Html Css Color HEX #A2EA62 Conifer

📋 copy color: '#A2EA62'

red 162 ◦ green 234 ◦ blue 98

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

Shades of Conifer #A2EA62

Tints of Conifer #A2EA62

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.37%

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

R = 32.79%
G = 47.37%
B = 19.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#A2EA62 (or 0xA2EA62) is known color: Conifer. HEX triplet: A2, EA and 62. RGB value is (162,234,98). Sum of RGB (Red+Green+Blue) = 162+234+98=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA62 is #5D159D. Grayscale: #C5C5C5. Windows color (decimal): -6100382 or 6482594. OLE color: 6482594.

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

Color convert

RGB 162 234 98 -
CMYK 0.31 0 0.58 0.08
HSL 91.76º 0.76% 0.65% -
HSV(B) 91.76º 0.58% 0.92% -
XYZ 46.53 67.41 22.11 -
YUV 196.97 72.15 103.06 -
System Red Green Blue C M Y K H S L
Decimal 162 234 98 0.31 0 0.58 0.08 91.76 0.76 0.65
Hex A2 EA 62 1F 0 3A 8 5C 4C 41
Octal 242 352 142 37 0 72 10 134 114 101
Binary 10100010 11101010 1100010 11111 0 111010 1000 1011100 1001100 1000001

Color Harmonies of #A2EA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EA62

Black with #A2EA62

Text Example


Text Example

White with #A2EA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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