Html Css Color HEX #AAC800 Citrus

📋 copy color: '#AAC800'

red 170 ◦ green 200 ◦ blue 0

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

Shades of Citrus #AAC800

Tints of Citrus #AAC800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.05%

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

R = 45.95%
G = 54.05%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#AAC800 (or 0xAAC800) is known color: Citrus. HEX triplet: AA, C8 and 00. RGB value is (170,200,0). Sum of RGB (Red+Green+Blue) = 170+200+0=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC800 is #5537FF. Grayscale: #A9A9A9. Windows color (decimal): -5584896 or 51370. OLE color: 51370.

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

Color convert

RGB 170 200 0 -
CMYK 0.15 0 1 0.22
HSL 69º 1% 0.39% -
HSV(B) 69º 1% 0.78% -
XYZ 37.23 49.85 7.66 -
YUV 168.23 33.06 129.26 -
System Red Green Blue C M Y K H S L
Decimal 170 200 0 0.15 0 1 0.22 69 1 0.39
Hex AA C8 0 F 0 64 16 45 64 27
Octal 252 310 0 17 0 144 26 105 144 47
Binary 10101010 11001000 0 1111 0 1100100 10110 1000101 1100100 100111

Color Harmonies of #AAC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC800

Black with #AAC800

Text Example


Text Example

White with #AAC800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC800; }

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

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

background-color css

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

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

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

border-color css

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

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

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