#A2EE5D

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

Shades of Conifer #A2EE5D

Tints of Conifer #A2EE5D

Color information

#A2EE5D (or 0xA2EE5D) is unknown color: approx Conifer. HEX triplet: A2, EE and 5D. RGB value is (162,238,93). Sum of RGB (Red+Green+Blue) = 162+238+93=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EE5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EE5D is #5D11A2. Grayscale: #C7C7C7. Windows color (decimal): -6099363 or 6155938. OLE color: 6155938.

HSL color Cylindrical-coordinate representation of color #A2EE5D: hue angle of 91.45º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2EE5D is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB16223893-
CMYK0.3200.610.07
HSL91.45º81.01%64.9%-
HSV(B)91.45º60.92%93.33%-
XYZ47.4569.6221.29-
YUV198.7568.32101.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 238 (93.36% from 255) = 48.28%
BLUE value IS 93 (36.72% from 255) = 18.86%
R=32.86%
G=48.28%
B=18.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162238930.3200.610.0791.4581.0164.9
HexA2EE5D2003D75b5141
Octal242356135400757133121101
Binary101000101110111010111011000000111101111101101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EE5D; }

 p { color: rgb(162,238,93); }

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

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

 a { background-color: rgb(162,238,93); }

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

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

 span { border-color: rgb(162,238,93); }

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