#A2CE2D

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

Shades of Yellow Green #A2CE2D

Tints of Yellow Green #A2CE2D

Color information

#A2CE2D (or 0xA2CE2D) is unknown color: approx Yellow Green. HEX triplet: A2, CE and 2D. RGB value is (162,206,45). Sum of RGB (Red+Green+Blue) = 162+206+45=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE2D is #5D31D2. Grayscale: #AFAFAF. Windows color (decimal): -6107603 or 3002018. OLE color: 3002018.

HSL color Cylindrical-coordinate representation of color #A2CE2D: hue angle of 76.4º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2CE2D is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB16220645-
CMYK0.2100.780.19
HSL76.4º64.14%49.22%-
HSV(B)76.4º78.16%80.78%-
XYZ37.4552.0110.55-
YUV174.4954.92119.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 206 (80.86% from 255) = 49.88%
BLUE value IS 45 (17.97% from 255) = 10.90%
R=39.23%
G=49.88%
B=10.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162206450.2100.780.1976.464.1449.22
HexA2CE2D1504E134c4031
Octal242316552501162311410061
Binary101000101100111010110110101010011101001110011001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE2D; }

 p { color: rgb(162,206,45); }

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

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

 a { background-color: rgb(162,206,45); }

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

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

 span { border-color: rgb(162,206,45); }

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