Html Css Color HEX #AAC600 Citrus

📋 copy color: '#AAC600'

red 170 ◦ green 198 ◦ blue 0

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

Shades of Citrus #AAC600

Tints of Citrus #AAC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.8%

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

R = 46.2%
G = 53.8%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#AAC600 (or 0xAAC600) is known color: Citrus. HEX triplet: AA, C6 and 00. RGB value is (170,198,0). Sum of RGB (Red+Green+Blue) = 170+198+0=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC600 is #5539FF. Grayscale: #A7A7A7. Windows color (decimal): -5585408 or 50858. OLE color: 50858.

HSL color Cylindrical-coordinate representation of color #AAC600: hue angle of 68.48º 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 #AAC600 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 0 -
CMYK 0.14 0 1 0.22
HSL 68.48º 1% 0.39% -
HSV(B) 68.48º 1% 0.78% -
XYZ 36.77 48.93 7.51 -
YUV 167.06 33.72 130.1 -
System Red Green Blue C M Y K H S L
Decimal 170 198 0 0.14 0 1 0.22 68.48 1 0.39
Hex AA C6 0 E 0 64 16 44 64 27
Octal 252 306 0 16 0 144 26 104 144 47
Binary 10101010 11000110 0 1110 0 1100100 10110 1000100 1100100 100111

Color Harmonies of #AAC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC600

Black with #AAC600

Text Example


Text Example

White with #AAC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC600; }

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

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

background-color css

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

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

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

border-color css

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

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

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