Html Css Color HEX #A2E060 Conifer

📋 copy color: '#A2E060'

red 162 ◦ green 224 ◦ blue 96

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

Shades of Conifer #A2E060

Tints of Conifer #A2E060

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.47%

 BLUE value IS 96 (37.89% from 255) = 19.92%

R = 33.61%
G = 46.47%
B = 19.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#A2E060 (or 0xA2E060) is known color: Conifer. HEX triplet: A2, E0 and 60. RGB value is (162,224,96). Sum of RGB (Red+Green+Blue) = 162+224+96=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E060 is #5D1F9F. Grayscale: #BFBFBF. Windows color (decimal): -6102944 or 6348962. OLE color: 6348962.

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

Color convert

RGB 162 224 96 -
CMYK 0.28 0 0.57 0.12
HSL 89.06º 0.67% 0.63% -
HSV(B) 89.06º 0.57% 0.88% -
XYZ 43.67 61.84 20.7 -
YUV 190.87 74.46 107.41 -
System Red Green Blue C M Y K H S L
Decimal 162 224 96 0.28 0 0.57 0.12 89.06 0.67 0.63
Hex A2 E0 60 1C 0 39 C 59 43 3F
Octal 242 340 140 34 0 71 14 131 103 77
Binary 10100010 11100000 1100000 11100 0 111001 1100 1011001 1000011 111111

Color Harmonies of #A2E060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E060

Black with #A2E060

Text Example


Text Example

White with #A2E060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E060; }

 p { color: rgb(162,224,96); }

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

background-color css

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

 a { background-color: rgb(162,224,96); }

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

border-color css

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

 span { border-color: rgb(162,224,96); }

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