#9FC402

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

Shades of Citrus #9FC402

Tints of Citrus #9FC402

Color information

#9FC402 (or 0x9FC402) is unknown color: approx Citrus. HEX triplet: 9F, C4 and 02. RGB value is (159,196,2). Sum of RGB (Red+Green+Blue) = 159+196+2=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC402 is #603BFD. Grayscale: #A3A3A3. Windows color (decimal): -6306814 or 181407. OLE color: 181407.

HSL color Cylindrical-coordinate representation of color #9FC402: hue angle of 71.44º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FC402 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB1591962-
CMYK0.1900.990.23
HSL71.44º97.98%38.82%-
HSV(B)71.44º98.98%76.86%-
XYZ34.0546.867.31-
YUV162.8237.24125.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.54%
GREEN value IS 196 (76.95% from 255) = 54.90%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=44.54%
G=54.90%
B=0.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal15919620.1900.990.2371.4497.9838.82
Hex9FC421306317476227
Octal23730422301432710714247
Binary10011111110001001010011011000111011110001111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FC402; }

 p { color: rgb(159,196,2); }

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

<style>
 a { background-color: #9FC402; }

 a { background-color: rgb(159,196,2); }

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

<style>
 span { border-color: #9FC402; }

 span { border-color: rgb(159,196,2); }

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