Html Css Color HEX #A2E162 Conifer

📋 copy color: '#A2E162'

red 162 ◦ green 225 ◦ blue 98

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

Shades of Conifer #A2E162

Tints of Conifer #A2E162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.21%

R = 33.4%
G = 46.39%
B = 20.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#A2E162 (or 0xA2E162) is known color: Conifer. HEX triplet: A2, E1 and 62. RGB value is (162,225,98). Sum of RGB (Red+Green+Blue) = 162+225+98=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E162 is #5D1E9D. Grayscale: #C0C0C0. Windows color (decimal): -6102686 or 6480290. OLE color: 6480290.

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

Color convert

RGB 162 225 98 -
CMYK 0.28 0 0.56 0.12
HSL 89.76º 0.68% 0.63% -
HSV(B) 89.76º 0.56% 0.88% -
XYZ 44.03 62.41 21.28 -
YUV 191.69 75.13 106.83 -
System Red Green Blue C M Y K H S L
Decimal 162 225 98 0.28 0 0.56 0.12 89.76 0.68 0.63
Hex A2 E1 62 1C 0 38 C 5A 44 3F
Octal 242 341 142 34 0 70 14 132 104 77
Binary 10100010 11100001 1100010 11100 0 111000 1100 1011010 1000100 111111

Color Harmonies of #A2E162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E162

Black with #A2E162

Text Example


Text Example

White with #A2E162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E162; }

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

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

background-color css

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

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

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

border-color css

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

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

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