Html Css Color HEX #AAC208 Citrus

📋 copy color: '#AAC208'

red 170 ◦ green 194 ◦ blue 8

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

Shades of Citrus #AAC208

Tints of Citrus #AAC208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.15%

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

R = 45.7%
G = 52.15%
B = 2.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#AAC208 (or 0xAAC208) is known color: Citrus. HEX triplet: AA, C2 and 08. RGB value is (170,194,8). Sum of RGB (Red+Green+Blue) = 170+194+8=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC208 is #553DF7. Grayscale: #A6A6A6. Windows color (decimal): -5586424 or 574122. OLE color: 574122.

HSL color Cylindrical-coordinate representation of color #AAC208: hue angle of 67.74º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAC208 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 8 -
CMYK 0.12 0 0.96 0.24
HSL 67.74º 0.92% 0.4% -
HSV(B) 67.74º 0.96% 0.76% -
XYZ 35.91 47.15 7.44 -
YUV 165.62 39.05 131.12 -
System Red Green Blue C M Y K H S L
Decimal 170 194 8 0.12 0 0.96 0.24 67.74 0.92 0.4
Hex AA C2 8 C 0 60 18 44 5C 28
Octal 252 302 10 14 0 140 30 104 134 50
Binary 10101010 11000010 1000 1100 0 1100000 11000 1000100 1011100 101000

Color Harmonies of #AAC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC208

Black with #AAC208

Text Example


Text Example

White with #AAC208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC208; }

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

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

background-color css

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

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

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

border-color css

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

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

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