#A2CB2E

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

Shades of Yellow Green #A2CB2E

Tints of Yellow Green #A2CB2E

Color information

#A2CB2E (or 0xA2CB2E) is unknown color: approx Yellow Green. HEX triplet: A2, CB and 2E. RGB value is (162,203,46). Sum of RGB (Red+Green+Blue) = 162+203+46=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CB2E is #5D34D1. Grayscale: #ADADAD. Windows color (decimal): -6108370 or 3066786. OLE color: 3066786.

HSL color Cylindrical-coordinate representation of color #A2CB2E: hue angle of 75.67º 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 #A2CB2E is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB16220346-
CMYK0.2000.770.20
HSL75.67º63.05%48.82%-
HSV(B)75.67º77.34%79.61%-
XYZ36.7550.5910.41-
YUV172.8456.42120.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 203 (79.69% from 255) = 49.39%
BLUE value IS 46 (18.36% from 255) = 11.19%
R=39.42%
G=49.39%
B=11.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162203460.2000.770.2075.6763.0548.82
HexA2CB2E1404D144c3f31
Octal24231356240115241147761
Binary10100010110010111011101010001001101101001001100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CB2E; }

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

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

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

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

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

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

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

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