Html Css Color HEX #A0CA5F Olivine

📋 copy color: '#A0CA5F'

red 160 ◦ green 202 ◦ blue 95

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

Shades of Olivine #A0CA5F

Tints of Olivine #A0CA5F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.2%

 BLUE value IS 95 (37.5% from 255) = 20.79%

R = 35.01%
G = 44.2%
B = 20.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#A0CA5F (or 0xA0CA5F) is known color: Olivine. HEX triplet: A0, CA and 5F. RGB value is (160,202,95). Sum of RGB (Red+Green+Blue) = 160+202+95=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA5F is #5F35A0. Grayscale: #B1B1B1. Windows color (decimal): -6239649 or 6277792. OLE color: 6277792.

HSL color Cylindrical-coordinate representation of color #A0CA5F: hue angle of 83.55º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0CA5F is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 202 95 -
CMYK 0.21 0 0.53 0.21
HSL 83.55º 0.5% 0.58% -
HSV(B) 83.55º 0.53% 0.79% -
XYZ 37.68 50.54 18.6 -
YUV 177.24 81.59 115.7 -
System Red Green Blue C M Y K H S L
Decimal 160 202 95 0.21 0 0.53 0.21 83.55 0.5 0.58
Hex A0 CA 5F 15 0 35 15 54 32 3A
Octal 240 312 137 25 0 65 25 124 62 72
Binary 10100000 11001010 1011111 10101 0 110101 10101 1010100 110010 111010

Color Harmonies of #A0CA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA5F

Black with #A0CA5F

Text Example


Text Example

White with #A0CA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA5F; }

 p { color: rgb(160,202,95); }

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

background-color css

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

 a { background-color: rgb(160,202,95); }

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

border-color css

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

 span { border-color: rgb(160,202,95); }

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