#A2E55C

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

Shades of Conifer #A2E55C

Tints of Conifer #A2E55C

Color information

#A2E55C (or 0xA2E55C) is unknown color: approx Conifer. HEX triplet: A2, E5 and 5C. RGB value is (162,229,92). Sum of RGB (Red+Green+Blue) = 162+229+92=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E55C is #5D1AA3. Grayscale: #C1C1C1. Windows color (decimal): -6101668 or 6088098. OLE color: 6088098.

HSL color Cylindrical-coordinate representation of color #A2E55C: hue angle of 89.34º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2E55C is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB16222992-
CMYK0.2900.600.10
HSL89.34º72.49%62.94%-
HSV(B)89.34º59.83%89.8%-
XYZ44.8564.4920.21-
YUV193.3570.8105.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 229 (89.84% from 255) = 47.41%
BLUE value IS 92 (36.33% from 255) = 19.05%
R=33.54%
G=47.41%
B=19.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal162229920.2900.600.1089.3472.4962.94
HexA2E55C1D03CA59483f
Octal242345134350741213111077
Binary10100010111001011011100111010111100101010110011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E55C; }

 p { color: rgb(162,229,92); }

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

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

 a { background-color: rgb(162,229,92); }

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

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

 span { border-color: rgb(162,229,92); }

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