#AAC002

Color #AAC002 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #AAC002

Tints of Citrus #AAC002

Color information

#AAC002 (or 0xAAC002) is unknown color: approx Citrus. HEX triplet: AA, C0 and 02. RGB value is (170,192,2). Sum of RGB (Red+Green+Blue) = 170+192+2=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC002 is #553FFD. Grayscale: #A4A4A4. Windows color (decimal): -5586942 or 180394. OLE color: 180394.

HSL color Cylindrical-coordinate representation of color #AAC002: hue angle of 66.95º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAC002 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1701922-
CMYK0.1100.990.25
HSL66.95º97.94%38.04%-
HSV(B)66.95º98.96%75.29%-
XYZ35.4446.257.12-
YUV163.7636.71132.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 192 (75.39% from 255) = 52.75%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=46.70%
G=52.75%
B=0.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17019220.1100.990.2566.9597.9438.04
HexAAC02B06319436226
Octal25230021301433110314246
Binary1010101011000000101011011000111100110000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC002; }

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

 H1.HeaderClassName
 {
   color: #AAC002;
 }
 .AnyTagClassName
 {
   color: #AAC002;
 }
</style>
background-color css

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

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

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

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

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

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