#AAC202

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

Shades of Citrus #AAC202

Tints of Citrus #AAC202

Color information

#AAC202 (or 0xAAC202) is unknown color: approx Citrus. HEX triplet: AA, C2 and 02. RGB value is (170,194,2). Sum of RGB (Red+Green+Blue) = 170+194+2=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC202 is #553DFD. Grayscale: #A5A5A5. Windows color (decimal): -5586430 or 180906. OLE color: 180906.

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

Color convert

RGB1701942-
CMYK0.1200.990.24
HSL67.5º97.96%38.43%-
HSV(B)67.5º98.97%76.08%-
XYZ35.8847.137.26-
YUV164.9436.05131.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 194 (76.17% from 255) = 53.01%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=46.45%
G=53.01%
B=0.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17019420.1200.990.2467.597.9638.43
HexAAC22C06318446226
Octal25230221401433010414246
Binary1010101011000010101100011000111100010001001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC202; }

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

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

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

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

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

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

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

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