Html Css Color HEX #A0CE62 Olivine

📋 copy color: '#A0CE62'

red 160 ◦ green 206 ◦ blue 98

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

Shades of Olivine #A0CE62

Tints of Olivine #A0CE62

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.4%

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

R = 34.48%
G = 44.4%
B = 21.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#A0CE62 (or 0xA0CE62) is known color: Olivine. HEX triplet: A0, CE and 62. RGB value is (160,206,98). Sum of RGB (Red+Green+Blue) = 160+206+98=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE62 is #5F319D. Grayscale: #B4B4B4. Windows color (decimal): -6238622 or 6475424. OLE color: 6475424.

HSL color Cylindrical-coordinate representation of color #A0CE62: hue angle of 85.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0CE62 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 98 -
CMYK 0.22 0 0.52 0.19
HSL 85.56º 0.52% 0.6% -
HSV(B) 85.56º 0.52% 0.81% -
XYZ 38.77 52.5 19.64 -
YUV 179.93 81.76 113.78 -
System Red Green Blue C M Y K H S L
Decimal 160 206 98 0.22 0 0.52 0.19 85.56 0.52 0.6
Hex A0 CE 62 16 0 34 13 56 34 3C
Octal 240 316 142 26 0 64 23 126 64 74
Binary 10100000 11001110 1100010 10110 0 110100 10011 1010110 110100 111100

Color Harmonies of #A0CE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE62

Black with #A0CE62

Text Example


Text Example

White with #A0CE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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