#A2EB49

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

Shades of Conifer #A2EB49

Tints of Conifer #A2EB49

Color information

#A2EB49 (or 0xA2EB49) is unknown color: approx Conifer. HEX triplet: A2, EB and 49. RGB value is (162,235,73). Sum of RGB (Red+Green+Blue) = 162+235+73=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EB49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EB49 is #5D14B6. Grayscale: #C3C3C3. Windows color (decimal): -6100151 or 4844450. OLE color: 4844450.

HSL color Cylindrical-coordinate representation of color #A2EB49: hue angle of 87.04º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2EB49 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB16223573-
CMYK0.3100.690.08
HSL87.04º80.2%60.39%-
HSV(B)87.04º68.94%92.16%-
XYZ45.8167.5816.93-
YUV194.759.32104.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 235 (92.19% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 15.53%
R=34.47%
G=50%
B=15.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162235730.3100.690.0887.0480.260.39
HexA2EB491F045857503c
Octal2423531113701051012712074
Binary101000101110101110010011111101000101100010101111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EB49; }

 p { color: rgb(162,235,73); }

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

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

 a { background-color: rgb(162,235,73); }

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

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

 span { border-color: rgb(162,235,73); }

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