Html Css Color HEX #A0C16C Olivine

📋 copy color: '#A0C16C'

red 160 ◦ green 193 ◦ blue 108

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

Shades of Olivine #A0C16C

Tints of Olivine #A0C16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.43%

R = 34.71%
G = 41.87%
B = 23.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#A0C16C (or 0xA0C16C) is known color: Olivine. HEX triplet: A0, C1 and 6C. RGB value is (160,193,108). Sum of RGB (Red+Green+Blue) = 160+193+108=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C16C is #5F3E93. Grayscale: #ADADAD. Windows color (decimal): -6241940 or 7127456. OLE color: 7127456.

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

Color convert

RGB 160 193 108 -
CMYK 0.17 0 0.44 0.24
HSL 83.29º 0.41% 0.59% -
HSV(B) 83.29º 0.44% 0.76% -
XYZ 36.27 46.7 21.29 -
YUV 173.44 91.07 118.41 -
System Red Green Blue C M Y K H S L
Decimal 160 193 108 0.17 0 0.44 0.24 83.29 0.41 0.59
Hex A0 C1 6C 11 0 2C 18 53 29 3B
Octal 240 301 154 21 0 54 30 123 51 73
Binary 10100000 11000001 1101100 10001 0 101100 11000 1010011 101001 111011

Color Harmonies of #A0C16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C16C

Black with #A0C16C

Text Example


Text Example

White with #A0C16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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