Html Css Color HEX #9AA805 Citrus

📋 copy color: '#9AA805'

red 154 ◦ green 168 ◦ blue 5

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

Shades of Citrus #9AA805

Tints of Citrus #9AA805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 51.38%

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 47.09%
G = 51.38%
B = 1.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#9AA805 (or 0x9AA805) is known color: Citrus. HEX triplet: 9A, A8 and 05. RGB value is (154,168,5). Sum of RGB (Red+Green+Blue) = 154+168+5=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA805 is #6557FA. Grayscale: #919191. Windows color (decimal): -6641659 or 370842. OLE color: 370842.

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

Color convert

RGB 154 168 5 -
CMYK 0.08 0 0.97 0.34
HSL 65.15º 0.94% 0.34% -
HSV(B) 65.15º 0.97% 0.66% -
XYZ 27.36 34.89 5.44 -
YUV 145.23 48.86 134.25 -
System Red Green Blue C M Y K H S L
Decimal 154 168 5 0.08 0 0.97 0.34 65.15 0.94 0.34
Hex 9A A8 5 8 0 61 22 41 5E 22
Octal 232 250 5 10 0 141 42 101 136 42
Binary 10011010 10101000 101 1000 0 1100001 100010 1000001 1011110 100010

Color Harmonies of #9AA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA805

Black with #9AA805

Text Example


Text Example

White with #9AA805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,168,5); }

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

background-color css

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

 a { background-color: rgb(154,168,5); }

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

border-color css

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

 span { border-color: rgb(154,168,5); }

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