Html Css Color HEX #A0D06C Olivine

📋 copy color: '#A0D06C'

red 160 ◦ green 208 ◦ blue 108

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

Shades of Olivine #A0D06C

Tints of Olivine #A0D06C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.7%

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

R = 33.61%
G = 43.7%
B = 22.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#A0D06C (or 0xA0D06C) is known color: Olivine. HEX triplet: A0, D0 and 6C. RGB value is (160,208,108). Sum of RGB (Red+Green+Blue) = 160+208+108=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D06C is #5F2F93. Grayscale: #B6B6B6. Windows color (decimal): -6238100 or 7131296. OLE color: 7131296.

HSL color Cylindrical-coordinate representation of color #A0D06C: hue angle of 88.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0D06C is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 208 108 -
CMYK 0.23 0 0.48 0.18
HSL 88.8º 0.52% 0.62% -
HSV(B) 88.8º 0.48% 0.82% -
XYZ 39.76 53.67 22.45 -
YUV 182.25 86.1 112.13 -
System Red Green Blue C M Y K H S L
Decimal 160 208 108 0.23 0 0.48 0.18 88.8 0.52 0.62
Hex A0 D0 6C 17 0 30 12 59 34 3E
Octal 240 320 154 27 0 60 22 131 64 76
Binary 10100000 11010000 1101100 10111 0 110000 10010 1011001 110100 111110

Color Harmonies of #A0D06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D06C

Black with #A0D06C

Text Example


Text Example

White with #A0D06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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