Html Css Color HEX #A0CE61 Olivine

📋 copy color: '#A0CE61'

red 160 ◦ green 206 ◦ blue 97

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

Shades of Olivine #A0CE61

Tints of Olivine #A0CE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.95%

R = 34.56%
G = 44.49%
B = 20.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#A0CE61 (or 0xA0CE61) is known color: Olivine. HEX triplet: A0, CE and 61. RGB value is (160,206,97). Sum of RGB (Red+Green+Blue) = 160+206+97=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE61 is #5F319E. Grayscale: #B4B4B4. Windows color (decimal): -6238623 or 6409888. OLE color: 6409888.

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

Color convert

RGB 160 206 97 -
CMYK 0.22 0 0.53 0.19
HSL 85.32º 0.53% 0.59% -
HSV(B) 85.32º 0.53% 0.81% -
XYZ 38.73 52.48 19.4 -
YUV 179.82 81.26 113.86 -
System Red Green Blue C M Y K H S L
Decimal 160 206 97 0.22 0 0.53 0.19 85.32 0.53 0.59
Hex A0 CE 61 16 0 35 13 55 35 3B
Octal 240 316 141 26 0 65 23 125 65 73
Binary 10100000 11001110 1100001 10110 0 110101 10011 1010101 110101 111011

Color Harmonies of #A0CE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE61

Black with #A0CE61

Text Example


Text Example

White with #A0CE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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