Html Css Color HEX #A0E062 Conifer

📋 copy color: '#A0E062'

red 160 ◦ green 224 ◦ blue 98

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

Shades of Conifer #A0E062

Tints of Conifer #A0E062

RGB

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

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

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

R = 33.2%
G = 46.47%
B = 20.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#A0E062 (or 0xA0E062) is known color: Conifer. HEX triplet: A0, E0 and 62. RGB value is (160,224,98). Sum of RGB (Red+Green+Blue) = 160+224+98=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E062 is #5F1F9D. Grayscale: #BEBEBE. Windows color (decimal): -6234014 or 6480032. OLE color: 6480032.

HSL color Cylindrical-coordinate representation of color #A0E062: hue angle of 90.48º degrees, saturation: 0.67, 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 #A0E062 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 224 98 -
CMYK 0.29 0 0.56 0.12
HSL 90.48º 0.67% 0.63% -
HSV(B) 90.48º 0.56% 0.88% -
XYZ 43.36 61.67 21.17 -
YUV 190.5 75.8 106.25 -
System Red Green Blue C M Y K H S L
Decimal 160 224 98 0.29 0 0.56 0.12 90.48 0.67 0.63
Hex A0 E0 62 1D 0 38 C 5A 43 3F
Octal 240 340 142 35 0 70 14 132 103 77
Binary 10100000 11100000 1100010 11101 0 111000 1100 1011010 1000011 111111

Color Harmonies of #A0E062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E062

Black with #A0E062

Text Example


Text Example

White with #A0E062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E062; }

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

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

background-color css

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

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

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

border-color css

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

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

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