#9FCA05

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

Shades of Citrus #9FCA05

Tints of Citrus #9FCA05

Color information

#9FCA05 (or 0x9FCA05) is unknown color: approx Citrus. HEX triplet: 9F, CA and 05. RGB value is (159,202,5). Sum of RGB (Red+Green+Blue) = 159+202+5=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCA05 is #6035FA. Grayscale: #A7A7A7. Windows color (decimal): -6305275 or 379551. OLE color: 379551.

HSL color Cylindrical-coordinate representation of color #9FCA05: hue angle of 73.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FCA05 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB1592025-
CMYK0.2100.980.21
HSL73.1º95.17%40.59%-
HSV(B)73.1º97.52%79.22%-
XYZ35.4549.627.85-
YUV166.6836.75122.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.44%
GREEN value IS 202 (79.30% from 255) = 55.19%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=43.44%
G=55.19%
B=1.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15920250.2100.980.2173.195.1740.59
Hex9FCA51506215495f29
Octal23731252501422511113751
Binary100111111100101010110101011000101010110010011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,202,5); }

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

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

 a { background-color: rgb(159,202,5); }

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

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

 span { border-color: rgb(159,202,5); }

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