Html Css Color HEX #9FCA06 Citrus

📋 copy color: '#9FCA06'

red 159 ◦ green 202 ◦ blue 6

#9FCA06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #9FCA06

Tints of Citrus #9FCA06

RGB

 RED value IS 159 (62.5% from 255) = 43.32%

 GREEN value IS 202 (79.3% from 255) = 55.04%

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 43.32%
G = 55.04%
B = 1.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#9FCA06 (or 0x9FCA06) is known color: Citrus. HEX triplet: 9F, CA and 06. RGB value is (159,202,6). Sum of RGB (Red+Green+Blue) = 159+202+6=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCA06 is #6035F9. Grayscale: #A7A7A7. Windows color (decimal): -6305274 or 445087. OLE color: 445087.

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

Color convert

RGB 159 202 6 -
CMYK 0.21 0 0.97 0.21
HSL 73.16º 0.94% 0.41% -
HSV(B) 73.16º 0.97% 0.79% -
XYZ 35.45 49.63 7.88 -
YUV 166.8 37.25 122.44 -
System Red Green Blue C M Y K H S L
Decimal 159 202 6 0.21 0 0.97 0.21 73.16 0.94 0.41
Hex 9F CA 6 15 0 61 15 49 5E 29
Octal 237 312 6 25 0 141 25 111 136 51
Binary 10011111 11001010 110 10101 0 1100001 10101 1001001 1011110 101001

Color Harmonies of #9FCA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA06

Black with #9FCA06

Text Example


Text Example

White with #9FCA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FCA06;
 }
 .AnyTagClassName
 {
   color: #9FCA06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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