Html Css Color HEX #9AA009 Citrus

📋 copy color: '#9AA009'

red 154 ◦ green 160 ◦ blue 9

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

Shades of Citrus #9AA009

Tints of Citrus #9AA009

RGB

 RED value IS 154 (60.55% from 255) = 47.68%

 GREEN value IS 160 (62.89% from 255) = 49.54%

 BLUE value IS 9 (3.91% from 255) = 2.79%

R = 47.68%
G = 49.54%
B = 2.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#9AA009 (or 0x9AA009) is known color: Citrus. HEX triplet: 9A, A0 and 09. RGB value is (154,160,9). Sum of RGB (Red+Green+Blue) = 154+160+9=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA009 is #655FF6. Grayscale: #8D8D8D. Windows color (decimal): -6643703 or 630938. OLE color: 630938.

HSL color Cylindrical-coordinate representation of color #9AA009: hue angle of 62.38º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AA009 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 154 160 9 -
CMYK 0.04 0 0.94 0.37
HSL 62.38º 0.89% 0.33% -
HSV(B) 62.38º 0.94% 0.63% -
XYZ 25.95 32.03 5.07 -
YUV 140.99 53.51 137.28 -
System Red Green Blue C M Y K H S L
Decimal 154 160 9 0.04 0 0.94 0.37 62.38 0.89 0.33
Hex 9A A0 9 4 0 5E 25 3E 59 21
Octal 232 240 11 4 0 136 45 76 131 41
Binary 10011010 10100000 1001 100 0 1011110 100101 111110 1011001 100001

Color Harmonies of #9AA009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA009

Black with #9AA009

Text Example


Text Example

White with #9AA009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,160,9); }

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

background-color css

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

 a { background-color: rgb(154,160,9); }

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

border-color css

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

 span { border-color: rgb(154,160,9); }

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