#98F322

Color #98F322 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #98F322

Tints of Green Yellow #98F322

Color information

#98F322 (or 0x98F322) is unknown color: approx Green Yellow. HEX triplet: 98, F3 and 22. RGB value is (152,243,34). Sum of RGB (Red+Green+Blue) = 152+243+34=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #98F322 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98F322 is #670CDD. Grayscale: #C0C0C0. Windows color (decimal): -6753502 or 2290584. OLE color: 2290584.

HSL color Cylindrical-coordinate representation of color #98F322: hue angle of 86.12º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98F322 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB15224334-
CMYK0.3700.860.05
HSL86.12º89.7%54.31%-
HSV(B)86.12º86.01%95.29%-
XYZ45.2970.8912.81-
YUV191.9638.8599.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 243 (95.31% from 255) = 56.64%
BLUE value IS 34 (13.67% from 255) = 7.93%
R=35.43%
G=56.64%
B=7.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152243340.3700.860.0586.1289.754.31
Hex98F322250565565a36
Octal23036342450126512613266
Binary10011000111100111000101001010101011010110101101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98F322; }

 p { color: rgb(152,243,34); }

 H1.HeaderClassName
 {
   color: #98F322;
 }
 .AnyTagClassName
 {
   color: #98F322;
 }
</style>
background-color css

<style>
 a { background-color: #98F322; }

 a { background-color: rgb(152,243,34); }

 div.DivClassName
 {
   background-color: #98F322;
 }
 .BgClassName
 {
   background-color: #98F322;
 }
</style>
border-color css

<style>
 span { border-color: #98F322; }

 span { border-color: rgb(152,243,34); }

 td.TdClassName
 {
   border-color: #98F322;
 }
 .TagClassName
 {
   border-color: #98F322;
 }
</style>