Html Css Color HEX #A2E15E Conifer

📋 copy color: '#A2E15E'

red 162 ◦ green 225 ◦ blue 94

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

Shades of Conifer #A2E15E

Tints of Conifer #A2E15E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.78%

 BLUE value IS 94 (37.11% from 255) = 19.54%

R = 33.68%
G = 46.78%
B = 19.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#A2E15E (or 0xA2E15E) is known color: Conifer. HEX triplet: A2, E1 and 5E. RGB value is (162,225,94). Sum of RGB (Red+Green+Blue) = 162+225+94=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E15E is #5D1EA1. Grayscale: #BFBFBF. Windows color (decimal): -6102690 or 6218146. OLE color: 6218146.

HSL color Cylindrical-coordinate representation of color #A2E15E: hue angle of 88.85º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2E15E is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 225 94 -
CMYK 0.28 0 0.58 0.12
HSL 88.85º 0.69% 0.63% -
HSV(B) 88.85º 0.58% 0.88% -
XYZ 43.85 62.34 20.31 -
YUV 191.23 73.13 107.15 -
System Red Green Blue C M Y K H S L
Decimal 162 225 94 0.28 0 0.58 0.12 88.85 0.69 0.63
Hex A2 E1 5E 1C 0 3A C 59 45 3F
Octal 242 341 136 34 0 72 14 131 105 77
Binary 10100010 11100001 1011110 11100 0 111010 1100 1011001 1000101 111111

Color Harmonies of #A2E15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E15E

Black with #A2E15E

Text Example


Text Example

White with #A2E15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E15E; }

 p { color: rgb(162,225,94); }

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

background-color css

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

 a { background-color: rgb(162,225,94); }

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

border-color css

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

 span { border-color: rgb(162,225,94); }

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