Html Css Color HEX #A2EC42 Conifer

📋 copy color: '#A2EC42'

red 162 ◦ green 236 ◦ blue 66

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

Shades of Conifer #A2EC42

Tints of Conifer #A2EC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.22%

R = 34.91%
G = 50.86%
B = 14.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#A2EC42 (or 0xA2EC42) is known color: Conifer. HEX triplet: A2, EC and 42. RGB value is (162,236,66). Sum of RGB (Red+Green+Blue) = 162+236+66=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EC42 is #5D13BD. Grayscale: #C3C3C3. Windows color (decimal): -6099902 or 4385954. OLE color: 4385954.

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

Color convert

RGB 162 236 66 -
CMYK 0.31 0 0.72 0.07
HSL 86.12º 0.82% 0.59% -
HSV(B) 86.12º 0.72% 0.93% -
XYZ 45.88 68.07 15.87 -
YUV 194.49 55.48 104.82 -
System Red Green Blue C M Y K H S L
Decimal 162 236 66 0.31 0 0.72 0.07 86.12 0.82 0.59
Hex A2 EC 42 1F 0 48 7 56 52 3B
Octal 242 354 102 37 0 110 7 126 122 73
Binary 10100010 11101100 1000010 11111 0 1001000 111 1010110 1010010 111011

Color Harmonies of #A2EC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EC42

Black with #A2EC42

Text Example


Text Example

White with #A2EC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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