Html Css Color HEX #A0C863 Olivine

📋 copy color: '#A0C863'

red 160 ◦ green 200 ◦ blue 99

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

Shades of Olivine #A0C863

Tints of Olivine #A0C863

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.57%

 BLUE value IS 99 (39.06% from 255) = 21.57%

R = 34.86%
G = 43.57%
B = 21.57%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#A0C863 (or 0xA0C863) is known color: Olivine. HEX triplet: A0, C8 and 63. RGB value is (160,200,99). Sum of RGB (Red+Green+Blue) = 160+200+99=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C863 is #5F379C. Grayscale: #B0B0B0. Windows color (decimal): -6240157 or 6539424. OLE color: 6539424.

HSL color Cylindrical-coordinate representation of color #A0C863: hue angle of 83.76º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0C863 is Cyan = 0.2, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 99 -
CMYK 0.2 0 0.50 0.22
HSL 83.76º 0.48% 0.59% -
HSV(B) 83.76º 0.51% 0.78% -
XYZ 37.4 49.68 19.42 -
YUV 176.53 84.25 116.21 -
System Red Green Blue C M Y K H S L
Decimal 160 200 99 0.2 0 0.50 0.22 83.76 0.48 0.59
Hex A0 C8 63 14 0 32 16 54 30 3B
Octal 240 310 143 24 0 62 26 124 60 73
Binary 10100000 11001000 1100011 10100 0 110010 10110 1010100 110000 111011

Color Harmonies of #A0C863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C863

Black with #A0C863

Text Example


Text Example

White with #A0C863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C863; }

 p { color: rgb(160,200,99); }

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

background-color css

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

 a { background-color: rgb(160,200,99); }

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

border-color css

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

 span { border-color: rgb(160,200,99); }

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