#A2CF2C

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

Shades of Yellow Green #A2CF2C

Tints of Yellow Green #A2CF2C

Color information

#A2CF2C (or 0xA2CF2C) is unknown color: approx Yellow Green. HEX triplet: A2, CF and 2C. RGB value is (162,207,44). Sum of RGB (Red+Green+Blue) = 162+207+44=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CF2C is #5D30D3. Grayscale: #AFAFAF. Windows color (decimal): -6107348 or 2936738. OLE color: 2936738.

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

Color convert

RGB16220744-
CMYK0.2200.790.19
HSL76.56º64.94%49.22%-
HSV(B)76.56º78.74%81.18%-
XYZ37.6752.4910.53-
YUV174.9654.09118.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 207 (81.25% from 255) = 50.12%
BLUE value IS 44 (17.58% from 255) = 10.65%
R=39.23%
G=50.12%
B=10.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162207440.2200.790.1976.5664.9449.22
HexA2CF2C1604F134d4131
Octal242317542601172311510161
Binary101000101100111110110010110010011111001110011011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CF2C; }

 p { color: rgb(162,207,44); }

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

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

 a { background-color: rgb(162,207,44); }

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

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

 span { border-color: rgb(162,207,44); }

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