Html Css Color HEX #A0CB63 Olivine

📋 copy color: '#A0CB63'

red 160 ◦ green 203 ◦ blue 99

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

Shades of Olivine #A0CB63

Tints of Olivine #A0CB63

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.94%

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

R = 34.63%
G = 43.94%
B = 21.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#A0CB63 (or 0xA0CB63) is known color: Olivine. HEX triplet: A0, CB and 63. RGB value is (160,203,99). Sum of RGB (Red+Green+Blue) = 160+203+99=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB63 is #5F349C. Grayscale: #B2B2B2. Windows color (decimal): -6239389 or 6540192. OLE color: 6540192.

HSL color Cylindrical-coordinate representation of color #A0CB63: hue angle of 84.81º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0CB63 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 99 -
CMYK 0.21 0 0.51 0.20
HSL 84.81º 0.5% 0.59% -
HSV(B) 84.81º 0.51% 0.8% -
XYZ 38.11 51.09 19.66 -
YUV 178.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 160 203 99 0.21 0 0.51 0.20 84.81 0.5 0.59
Hex A0 CB 63 15 0 33 14 55 32 3B
Octal 240 313 143 25 0 63 24 125 62 73
Binary 10100000 11001011 1100011 10101 0 110011 10100 1010101 110010 111011

Color Harmonies of #A0CB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB63

Black with #A0CB63

Text Example


Text Example

White with #A0CB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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