Html Css Color HEX #AAC200 Citrus

📋 copy color: '#AAC200'

red 170 ◦ green 194 ◦ blue 0

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

Shades of Citrus #AAC200

Tints of Citrus #AAC200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.7%
G = 53.3%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#AAC200 (or 0xAAC200) is known color: Citrus. HEX triplet: AA, C2 and 00. RGB value is (170,194,0). Sum of RGB (Red+Green+Blue) = 170+194+0=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC200 is #553DFF. Grayscale: #A5A5A5. Windows color (decimal): -5586432 or 49834. OLE color: 49834.

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

Color convert

RGB 170 194 0 -
CMYK 0.12 0 1 0.24
HSL 67.42º 1% 0.38% -
HSV(B) 67.42º 1% 0.76% -
XYZ 35.87 47.13 7.21 -
YUV 164.71 35.05 131.77 -
System Red Green Blue C M Y K H S L
Decimal 170 194 0 0.12 0 1 0.24 67.42 1 0.38
Hex AA C2 0 C 0 64 18 43 64 26
Octal 252 302 0 14 0 144 30 103 144 46
Binary 10101010 11000010 0 1100 0 1100100 11000 1000011 1100100 100110

Color Harmonies of #AAC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC200

Black with #AAC200

Text Example


Text Example

White with #AAC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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