#A2EC4B

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

Shades of Conifer #A2EC4B

Tints of Conifer #A2EC4B

Color information

#A2EC4B (or 0xA2EC4B) is unknown color: approx Conifer. HEX triplet: A2, EC and 4B. RGB value is (162,236,75). Sum of RGB (Red+Green+Blue) = 162+236+75=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EC4B is #5D13B4. Grayscale: #C4C4C4. Windows color (decimal): -6099893 or 4975778. OLE color: 4975778.

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

Color convert

RGB16223675-
CMYK0.3100.680.07
HSL87.58º80.9%60.98%-
HSV(B)87.58º68.22%92.55%-
XYZ46.1768.1817.38-
YUV195.5259.98104.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 236 (92.58% from 255) = 49.89%
BLUE value IS 75 (29.69% from 255) = 15.86%
R=34.25%
G=49.89%
B=15.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162236750.3100.680.0787.5880.960.98
HexA2EC4B1F044758513d
Octal242354113370104713012175
Binary10100010111011001001011111110100010011110110001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EC4B; }

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

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

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

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

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

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

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

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