Html Css Color HEX #9AAC0A Citrus

📋 copy color: '#9AAC0A'

red 154 ◦ green 172 ◦ blue 10

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

Shades of Citrus #9AAC0A

Tints of Citrus #9AAC0A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.19%

 BLUE value IS 10 (4.3% from 255) = 2.98%

R = 45.83%
G = 51.19%
B = 2.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#9AAC0A (or 0x9AAC0A) is known color: Citrus. HEX triplet: 9A, AC and 0A. RGB value is (154,172,10). Sum of RGB (Red+Green+Blue) = 154+172+10=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAC0A is #6553F5. Grayscale: #949494. Windows color (decimal): -6640630 or 699546. OLE color: 699546.

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

Color convert

RGB 154 172 10 -
CMYK 0.10 0 0.94 0.33
HSL 66.67º 0.89% 0.36% -
HSV(B) 66.67º 0.94% 0.67% -
XYZ 28.13 36.4 5.83 -
YUV 148.15 50.04 132.17 -
System Red Green Blue C M Y K H S L
Decimal 154 172 10 0.10 0 0.94 0.33 66.67 0.89 0.36
Hex 9A AC A A 0 5E 21 43 59 24
Octal 232 254 12 12 0 136 41 103 131 44
Binary 10011010 10101100 1010 1010 0 1011110 100001 1000011 1011001 100100

Color Harmonies of #9AAC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAC0A

Black with #9AAC0A

Text Example


Text Example

White with #9AAC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,172,10); }

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

background-color css

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

 a { background-color: rgb(154,172,10); }

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

border-color css

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

 span { border-color: rgb(154,172,10); }

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