Html Css Color HEX #AACA08 Citrus

📋 copy color: '#AACA08'

red 170 ◦ green 202 ◦ blue 8

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

Shades of Citrus #AACA08

Tints of Citrus #AACA08

RGB

 RED value IS 170 (66.8% from 255) = 44.74%

 GREEN value IS 202 (79.3% from 255) = 53.16%

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 44.74%
G = 53.16%
B = 2.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#AACA08 (or 0xAACA08) is known color: Citrus. HEX triplet: AA, CA and 08. RGB value is (170,202,8). Sum of RGB (Red+Green+Blue) = 170+202+8=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACA08 is #5535F7. Grayscale: #ABABAB. Windows color (decimal): -5584376 or 576170. OLE color: 576170.

HSL color Cylindrical-coordinate representation of color #AACA08: hue angle of 69.9º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AACA08 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 8 -
CMYK 0.16 0 0.96 0.21
HSL 69.9º 0.92% 0.41% -
HSV(B) 69.9º 0.96% 0.79% -
XYZ 37.74 50.8 8.05 -
YUV 170.32 36.4 127.77 -
System Red Green Blue C M Y K H S L
Decimal 170 202 8 0.16 0 0.96 0.21 69.9 0.92 0.41
Hex AA CA 8 10 0 60 15 46 5C 29
Octal 252 312 10 20 0 140 25 106 134 51
Binary 10101010 11001010 1000 10000 0 1100000 10101 1000110 1011100 101001

Color Harmonies of #AACA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA08

Black with #AACA08

Text Example


Text Example

White with #AACA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA08; }

 p { color: rgb(170,202,8); }

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

background-color css

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

 a { background-color: rgb(170,202,8); }

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

border-color css

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

 span { border-color: rgb(170,202,8); }

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