Html Css Color HEX #AAC204 Citrus

📋 copy color: '#AAC204'

red 170 ◦ green 194 ◦ blue 4

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

Shades of Citrus #AAC204

Tints of Citrus #AAC204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 46.2%
G = 52.72%
B = 1.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#AAC204 (or 0xAAC204) is known color: Citrus. HEX triplet: AA, C2 and 04. RGB value is (170,194,4). Sum of RGB (Red+Green+Blue) = 170+194+4=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC204 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC204 is #553DFB. Grayscale: #A5A5A5. Windows color (decimal): -5586428 or 311978. OLE color: 311978.

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

Color convert

RGB 170 194 4 -
CMYK 0.12 0 0.98 0.24
HSL 67.58º 0.96% 0.39% -
HSV(B) 67.58º 0.98% 0.76% -
XYZ 35.89 47.14 7.32 -
YUV 165.16 37.05 131.45 -
System Red Green Blue C M Y K H S L
Decimal 170 194 4 0.12 0 0.98 0.24 67.58 0.96 0.39
Hex AA C2 4 C 0 62 18 44 60 27
Octal 252 302 4 14 0 142 30 104 140 47
Binary 10101010 11000010 100 1100 0 1100010 11000 1000100 1100000 100111

Color Harmonies of #AAC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC204

Black with #AAC204

Text Example


Text Example

White with #AAC204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC204; }

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

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

background-color css

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

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

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

border-color css

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

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

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