Html Css Color HEX #AAC602 Citrus

📋 copy color: '#AAC602'

red 170 ◦ green 198 ◦ blue 2

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

Shades of Citrus #AAC602

Tints of Citrus #AAC602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 45.95%
G = 53.51%
B = 0.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#AAC602 (or 0xAAC602) is known color: Citrus. HEX triplet: AA, C6 and 02. RGB value is (170,198,2). Sum of RGB (Red+Green+Blue) = 170+198+2=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC602 is #5539FD. Grayscale: #A8A8A8. Windows color (decimal): -5585406 or 181930. OLE color: 181930.

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

Color convert

RGB 170 198 2 -
CMYK 0.14 0 0.99 0.22
HSL 68.57º 0.98% 0.39% -
HSV(B) 68.57º 0.99% 0.78% -
XYZ 36.78 48.94 7.56 -
YUV 167.28 34.72 129.94 -
System Red Green Blue C M Y K H S L
Decimal 170 198 2 0.14 0 0.99 0.22 68.57 0.98 0.39
Hex AA C6 2 E 0 63 16 45 62 27
Octal 252 306 2 16 0 143 26 105 142 47
Binary 10101010 11000110 10 1110 0 1100011 10110 1000101 1100010 100111

Color Harmonies of #AAC602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC602

Black with #AAC602

Text Example


Text Example

White with #AAC602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC602; }

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

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

background-color css

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

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

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

border-color css

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

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

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