Html Css Color HEX #A2EC5F Conifer

📋 copy color: '#A2EC5F'

red 162 ◦ green 236 ◦ blue 95

#A2EC5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #A2EC5F

Tints of Conifer #A2EC5F

RGB

 RED value IS 162 (63.67% from 255) = 32.86%

 GREEN value IS 236 (92.58% from 255) = 47.87%

 BLUE value IS 95 (37.5% from 255) = 19.27%

R = 32.86%
G = 47.87%
B = 19.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#A2EC5F (or 0xA2EC5F) is known color: Conifer. HEX triplet: A2, EC and 5F. RGB value is (162,236,95). Sum of RGB (Red+Green+Blue) = 162+236+95=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC5F is #5D13A0. Grayscale: #C6C6C6. Windows color (decimal): -6099873 or 6286498. OLE color: 6286498.

HSL color Cylindrical-coordinate representation of color #A2EC5F: hue angle of 91.49º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2EC5F is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 236 95 -
CMYK 0.31 0 0.60 0.07
HSL 91.49º 0.79% 0.65% -
HSV(B) 91.49º 0.6% 0.93% -
XYZ 46.96 68.5 21.57 -
YUV 197.8 69.98 102.46 -
System Red Green Blue C M Y K H S L
Decimal 162 236 95 0.31 0 0.60 0.07 91.49 0.79 0.65
Hex A2 EC 5F 1F 0 3C 7 5B 4F 41
Octal 242 354 137 37 0 74 7 133 117 101
Binary 10100010 11101100 1011111 11111 0 111100 111 1011011 1001111 1000001

Color Harmonies of #A2EC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EC5F

Black with #A2EC5F

Text Example


Text Example

White with #A2EC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EC5F; }

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

 H1.HeaderClassName
 {
   color: #A2EC5F;
 }
 .AnyTagClassName
 {
   color: #A2EC5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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