#98C409

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

Shades of Citrus #98C409

Tints of Citrus #98C409

Color information

#98C409 (or 0x98C409) is unknown color: approx Citrus. HEX triplet: 98, C4 and 09. RGB value is (152,196,9). Sum of RGB (Red+Green+Blue) = 152+196+9=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #98C409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C409 is #673BF6. Grayscale: #A2A2A2. Windows color (decimal): -6765559 or 640152. OLE color: 640152.

HSL color Cylindrical-coordinate representation of color #98C409: hue angle of 74.12º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98C409 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB1521969-
CMYK0.2200.950.23
HSL74.12º91.22%40.2%-
HSV(B)74.12º95.41%76.86%-
XYZ32.7446.177.45-
YUV161.5341.92121.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 196 (76.95% from 255) = 54.90%
BLUE value IS 9 (3.91% from 255) = 2.52%
R=42.58%
G=54.90%
B=2.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal15219690.2200.950.2374.1291.2240.2
Hex98C491605F174a5b28
Octal230304112601372711213350
Binary1001100011000100100110110010111111011110010101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,196,9); }

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

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

 a { background-color: rgb(152,196,9); }

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

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

 span { border-color: rgb(152,196,9); }

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