#A2EC54

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

Shades of Conifer #A2EC54

Tints of Conifer #A2EC54

Color information

#A2EC54 (or 0xA2EC54) is unknown color: approx Conifer. HEX triplet: A2, EC and 54. RGB value is (162,236,84). Sum of RGB (Red+Green+Blue) = 162+236+84=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC54 is #5D13AB. Grayscale: #C5C5C5. Windows color (decimal): -6099884 or 5565602. OLE color: 5565602.

HSL color Cylindrical-coordinate representation of color #A2EC54: hue angle of 89.21º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2EC54 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB16223684-
CMYK0.3100.640.07
HSL89.21º80%62.75%-
HSV(B)89.21º64.41%92.55%-
XYZ46.568.3119.12-
YUV196.5564.48103.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.61%
GREEN value IS 236 (92.58% from 255) = 48.96%
BLUE value IS 84 (33.20% from 255) = 17.43%
R=33.61%
G=48.96%
B=17.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162236840.3100.640.0789.218062.75
HexA2EC541F040759503f
Octal242354124370100713112077
Binary10100010111011001010100111110100000011110110011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EC54; }

 p { color: rgb(162,236,84); }

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

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

 a { background-color: rgb(162,236,84); }

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

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

 span { border-color: rgb(162,236,84); }

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