#a2e05b

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

Shades of Conifer #A2E05B

Tints of Conifer #A2E05B

Color information

#A2E05B (or 0xA2E05B) is unknown color: approx Conifer. HEX triplet: A2, E0 and 5B. RGB value is (162,224,91). Sum of RGB (Red+Green+Blue) = 162+224+91=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E05B is #5D1FA4. Grayscale: #BEBEBE. Windows color (decimal): -6102949 or 6021282. OLE color: 6021282.

HSL color Cylindrical-coordinate representation of color #A2E05B: hue angle of 87.97º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2E05B is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB16222491-
CMYK0.2800.590.12
HSL87.97º68.21%61.76%-
HSV(B)87.97º59.38%87.84%-
XYZ43.4461.7519.53-
YUV190.371.96107.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 224 (87.89% from 255) = 46.96%
BLUE value IS 91 (35.94% from 255) = 19.08%
R=33.96%
G=46.96%
B=19.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162224910.2800.590.1287.9768.2161.76
HexA2E05B1C03BC58443e
Octal242340133340731413010476
Binary10100010111000001011011111000111011110010110001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2e05b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2e05b; }

 p { color: rgb(162,224,91); }

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

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

 a { background-color: rgb(162,224,91); }

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

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

 span { border-color: rgb(162,224,91); }

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