#A2CC2E

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

Shades of Yellow Green #A2CC2E

Tints of Yellow Green #A2CC2E

Color information

#A2CC2E (or 0xA2CC2E) is unknown color: approx Yellow Green. HEX triplet: A2, CC and 2E. RGB value is (162,204,46). Sum of RGB (Red+Green+Blue) = 162+204+46=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CC2E is #5D33D1. Grayscale: #AEAEAE. Windows color (decimal): -6108114 or 3067042. OLE color: 3067042.

HSL color Cylindrical-coordinate representation of color #A2CC2E: hue angle of 75.95º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2CC2E is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB16220446-
CMYK0.2100.770.2
HSL75.95º63.2%49.02%-
HSV(B)75.95º77.45%80%-
XYZ36.9951.0610.49-
YUV173.4356.09119.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 204 (80.08% from 255) = 49.51%
BLUE value IS 46 (18.36% from 255) = 11.17%
R=39.32%
G=49.51%
B=11.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162204460.2100.770.275.9563.249.02
HexA2CC2E1504D144c3f31
Octal24231456250115241147761
Binary10100010110011001011101010101001101101001001100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CC2E; }

 p { color: rgb(162,204,46); }

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

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

 a { background-color: rgb(162,204,46); }

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

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

 span { border-color: rgb(162,204,46); }

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