Html Css Color HEX #A0EC62 Conifer

📋 copy color: '#A0EC62'

red 160 ◦ green 236 ◦ blue 98

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

Shades of Conifer #A0EC62

Tints of Conifer #A0EC62

RGB

 RED value IS 160 (62.89% from 255) = 32.39%

 GREEN value IS 236 (92.58% from 255) = 47.77%

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

R = 32.39%
G = 47.77%
B = 19.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#A0EC62 (or 0xA0EC62) is known color: Conifer. HEX triplet: A0, EC and 62. RGB value is (160,236,98). Sum of RGB (Red+Green+Blue) = 160+236+98=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EC62 is #5F139D. Grayscale: #C6C6C6. Windows color (decimal): -6230942 or 6483104. OLE color: 6483104.

HSL color Cylindrical-coordinate representation of color #A0EC62: hue angle of 93.04º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0EC62 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 236 98 -
CMYK 0.32 0 0.58 0.07
HSL 93.04º 0.78% 0.65% -
HSV(B) 93.04º 0.58% 0.93% -
XYZ 46.7 68.35 22.29 -
YUV 197.54 71.82 101.22 -
System Red Green Blue C M Y K H S L
Decimal 160 236 98 0.32 0 0.58 0.07 93.04 0.78 0.65
Hex A0 EC 62 20 0 3A 7 5D 4E 41
Octal 240 354 142 40 0 72 7 135 116 101
Binary 10100000 11101100 1100010 100000 0 111010 111 1011101 1001110 1000001

Color Harmonies of #A0EC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC62

Black with #A0EC62

Text Example


Text Example

White with #A0EC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC62; }

 p { color: rgb(160,236,98); }

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

background-color css

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

 a { background-color: rgb(160,236,98); }

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

border-color css

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

 span { border-color: rgb(160,236,98); }

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