Html Css Color HEX #9FA600 Citrus

📋 copy color: '#9FA600'

red 159 ◦ green 166 ◦ blue 0

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

Shades of Citrus #9FA600

Tints of Citrus #9FA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.92%
G = 51.08%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#9FA600 (or 0x9FA600) is known color: Citrus. HEX triplet: 9F, A6 and 00. RGB value is (159,166,0). Sum of RGB (Red+Green+Blue) = 159+166+0=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA600 is #6059FF. Grayscale: #919191. Windows color (decimal): -6314496 or 42655. OLE color: 42655.

HSL color Cylindrical-coordinate representation of color #9FA600: hue angle of 62.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FA600 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 166 0 -
CMYK 0.04 0 1 0.35
HSL 62.53º 1% 0.33% -
HSV(B) 62.53º 1% 0.65% -
XYZ 27.93 34.64 5.21 -
YUV 144.98 46.18 138 -
System Red Green Blue C M Y K H S L
Decimal 159 166 0 0.04 0 1 0.35 62.53 1 0.33
Hex 9F A6 0 4 0 64 23 3F 64 21
Octal 237 246 0 4 0 144 43 77 144 41
Binary 10011111 10100110 0 100 0 1100100 100011 111111 1100100 100001

Color Harmonies of #9FA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA600

Black with #9FA600

Text Example


Text Example

White with #9FA600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,166,0); }

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

background-color css

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

 a { background-color: rgb(159,166,0); }

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

border-color css

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

 span { border-color: rgb(159,166,0); }

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