Html Css Color HEX #A0CE6A Olivine

📋 copy color: '#A0CE6A'

red 160 ◦ green 206 ◦ blue 106

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

Shades of Olivine #A0CE6A

Tints of Olivine #A0CE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 33.9%
G = 43.64%
B = 22.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#A0CE6A (or 0xA0CE6A) is known color: Olivine. HEX triplet: A0, CE and 6A. RGB value is (160,206,106). Sum of RGB (Red+Green+Blue) = 160+206+106=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE6A is #5F3195. Grayscale: #B5B5B5. Windows color (decimal): -6238614 or 6999712. OLE color: 6999712.

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

Color convert

RGB 160 206 106 -
CMYK 0.22 0 0.49 0.19
HSL 87.6º 0.51% 0.61% -
HSV(B) 87.6º 0.49% 0.81% -
XYZ 39.17 52.66 21.73 -
YUV 180.85 85.76 113.13 -
System Red Green Blue C M Y K H S L
Decimal 160 206 106 0.22 0 0.49 0.19 87.6 0.51 0.61
Hex A0 CE 6A 16 0 31 13 58 33 3D
Octal 240 316 152 26 0 61 23 130 63 75
Binary 10100000 11001110 1101010 10110 0 110001 10011 1011000 110011 111101

Color Harmonies of #A0CE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE6A

Black with #A0CE6A

Text Example


Text Example

White with #A0CE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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