Html Css Color HEX #9FAA00 Citrus

📋 copy color: '#9FAA00'

red 159 ◦ green 170 ◦ blue 0

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

Shades of Citrus #9FAA00

Tints of Citrus #9FAA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.67%

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

R = 48.33%
G = 51.67%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#9FAA00 (or 0x9FAA00) is known color: Citrus. HEX triplet: 9F, AA and 00. RGB value is (159,170,0). Sum of RGB (Red+Green+Blue) = 159+170+0=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAA00 is #6055FF. Grayscale: #949494. Windows color (decimal): -6313472 or 43679. OLE color: 43679.

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

Color convert

RGB 159 170 0 -
CMYK 0.06 0 1 0.33
HSL 63.88º 1% 0.33% -
HSV(B) 63.88º 1% 0.67% -
XYZ 28.67 36.12 5.46 -
YUV 147.33 44.86 136.32 -
System Red Green Blue C M Y K H S L
Decimal 159 170 0 0.06 0 1 0.33 63.88 1 0.33
Hex 9F AA 0 6 0 64 21 40 64 21
Octal 237 252 0 6 0 144 41 100 144 41
Binary 10011111 10101010 0 110 0 1100100 100001 1000000 1100100 100001

Color Harmonies of #9FAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA00

Black with #9FAA00

Text Example


Text Example

White with #9FAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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