#A2E259

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

Shades of Conifer #A2E259

Tints of Conifer #A2E259

Color information

#A2E259 (or 0xA2E259) is unknown color: approx Conifer. HEX triplet: A2, E2 and 59. RGB value is (162,226,89). Sum of RGB (Red+Green+Blue) = 162+226+89=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E259 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E259 is #5D1DA6. Grayscale: #BFBFBF. Windows color (decimal): -6102439 or 5890722. OLE color: 5890722.

HSL color Cylindrical-coordinate representation of color #A2E259: hue angle of 88.03º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2E259 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB16222689-
CMYK0.2800.610.11
HSL88.03º70.26%61.76%-
HSV(B)88.03º60.62%88.63%-
XYZ43.962.819.26-
YUV191.2570.3107.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 226 (88.67% from 255) = 47.38%
BLUE value IS 89 (35.16% from 255) = 18.66%
R=33.96%
G=47.38%
B=18.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal162226890.2800.610.1188.0370.2661.76
HexA2E2591C03DB58463e
Octal242342131340751313010676
Binary10100010111000101011001111000111101101110110001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E259; }

 p { color: rgb(162,226,89); }

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

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

 a { background-color: rgb(162,226,89); }

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

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

 span { border-color: rgb(162,226,89); }

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