Html Css Color HEX #AAC900 Citrus

📋 copy color: '#AAC900'

red 170 ◦ green 201 ◦ blue 0

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

Shades of Citrus #AAC900

Tints of Citrus #AAC900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.18%

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

R = 45.82%
G = 54.18%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#AAC900 (or 0xAAC900) is known color: Citrus. HEX triplet: AA, C9 and 00. RGB value is (170,201,0). Sum of RGB (Red+Green+Blue) = 170+201+0=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC900 is #5536FF. Grayscale: #A9A9A9. Windows color (decimal): -5584640 or 51626. OLE color: 51626.

HSL color Cylindrical-coordinate representation of color #AAC900: hue angle of 69.25º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAC900 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 0 -
CMYK 0.15 0 1 0.21
HSL 69.25º 1% 0.39% -
HSV(B) 69.25º 1% 0.79% -
XYZ 37.46 50.32 7.74 -
YUV 168.82 32.73 128.84 -
System Red Green Blue C M Y K H S L
Decimal 170 201 0 0.15 0 1 0.21 69.25 1 0.39
Hex AA C9 0 F 0 64 15 45 64 27
Octal 252 311 0 17 0 144 25 105 144 47
Binary 10101010 11001001 0 1111 0 1100100 10101 1000101 1100100 100111

Color Harmonies of #AAC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC900

Black with #AAC900

Text Example


Text Example

White with #AAC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC900; }

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

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

background-color css

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

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

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

border-color css

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

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

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