Html Css Color HEX #A2EB42 Conifer

📋 copy color: '#A2EB42'

red 162 ◦ green 235 ◦ blue 66

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

Shades of Conifer #A2EB42

Tints of Conifer #A2EB42

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.76%

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

R = 34.99%
G = 50.76%
B = 14.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#A2EB42 (or 0xA2EB42) is known color: Conifer. HEX triplet: A2, EB and 42. RGB value is (162,235,66). Sum of RGB (Red+Green+Blue) = 162+235+66=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EB42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EB42 is #5D14BD. Grayscale: #C2C2C2. Windows color (decimal): -6100158 or 4385698. OLE color: 4385698.

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

Color convert

RGB 162 235 66 -
CMYK 0.31 0 0.72 0.08
HSL 85.92º 0.81% 0.59% -
HSV(B) 85.92º 0.72% 0.92% -
XYZ 45.59 67.49 15.78 -
YUV 193.91 55.82 105.24 -
System Red Green Blue C M Y K H S L
Decimal 162 235 66 0.31 0 0.72 0.08 85.92 0.81 0.59
Hex A2 EB 42 1F 0 48 8 56 51 3B
Octal 242 353 102 37 0 110 10 126 121 73
Binary 10100010 11101011 1000010 11111 0 1001000 1000 1010110 1010001 111011

Color Harmonies of #A2EB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EB42

Black with #A2EB42

Text Example


Text Example

White with #A2EB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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