Html Css Color HEX #A0C17E Olivine

📋 copy color: '#A0C17E'

red 160 ◦ green 193 ◦ blue 126

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

Shades of Olivine #A0C17E

Tints of Olivine #A0C17E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.29%

 BLUE value IS 126 (49.61% from 255) = 26.3%

R = 33.4%
G = 40.29%
B = 26.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#A0C17E (or 0xA0C17E) is known color: Olivine. HEX triplet: A0, C1 and 7E. RGB value is (160,193,126). Sum of RGB (Red+Green+Blue) = 160+193+126=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C17E is #5F3E81. Grayscale: #AFAFAF. Windows color (decimal): -6241922 or 8307104. OLE color: 8307104.

HSL color Cylindrical-coordinate representation of color #A0C17E: hue angle of 89.55º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0C17E is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 193 126 -
CMYK 0.17 0 0.35 0.24
HSL 89.55º 0.35% 0.63% -
HSV(B) 89.55º 0.35% 0.76% -
XYZ 37.33 47.12 26.87 -
YUV 175.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 160 193 126 0.17 0 0.35 0.24 89.55 0.35 0.63
Hex A0 C1 7E 11 0 23 18 5A 23 3F
Octal 240 301 176 21 0 43 30 132 43 77
Binary 10100000 11000001 1111110 10001 0 100011 11000 1011010 100011 111111

Color Harmonies of #A0C17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C17E

Black with #A0C17E

Text Example


Text Example

White with #A0C17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C17E; }

 p { color: rgb(160,193,126); }

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

background-color css

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

 a { background-color: rgb(160,193,126); }

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

border-color css

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

 span { border-color: rgb(160,193,126); }

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