Html Css Color HEX #9AAA19 Citrus

📋 copy color: '#9AAA19'

red 154 ◦ green 170 ◦ blue 25

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

Shades of Citrus #9AAA19

Tints of Citrus #9AAA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.16%

R = 44.13%
G = 48.71%
B = 7.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#9AAA19 (or 0x9AAA19) is known color: Citrus. HEX triplet: 9A, AA and 19. RGB value is (154,170,25). Sum of RGB (Red+Green+Blue) = 154+170+25=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAA19 is #6555E6. Grayscale: #959595. Windows color (decimal): -6641127 or 1682074. OLE color: 1682074.

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

Color convert

RGB 154 170 25 -
CMYK 0.09 0 0.85 0.33
HSL 66.62º 0.74% 0.38% -
HSV(B) 66.62º 0.85% 0.67% -
XYZ 27.88 35.69 6.34 -
YUV 148.69 58.2 131.79 -
System Red Green Blue C M Y K H S L
Decimal 154 170 25 0.09 0 0.85 0.33 66.62 0.74 0.38
Hex 9A AA 19 9 0 55 21 43 4A 26
Octal 232 252 31 11 0 125 41 103 112 46
Binary 10011010 10101010 11001 1001 0 1010101 100001 1000011 1001010 100110

Color Harmonies of #9AAA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA19

Black with #9AAA19

Text Example


Text Example

White with #9AAA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,170,25); }

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

background-color css

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

 a { background-color: rgb(154,170,25); }

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

border-color css

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

 span { border-color: rgb(154,170,25); }

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