Html Css Color HEX #A0CA60 Olivine

📋 copy color: '#A0CA60'

red 160 ◦ green 202 ◦ blue 96

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

Shades of Olivine #A0CA60

Tints of Olivine #A0CA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.96%

R = 34.93%
G = 44.1%
B = 20.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#A0CA60 (or 0xA0CA60) is known color: Olivine. HEX triplet: A0, CA and 60. RGB value is (160,202,96). Sum of RGB (Red+Green+Blue) = 160+202+96=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA60 is #5F359F. Grayscale: #B1B1B1. Windows color (decimal): -6239648 or 6343328. OLE color: 6343328.

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

Color convert

RGB 160 202 96 -
CMYK 0.21 0 0.52 0.21
HSL 83.77º 0.5% 0.58% -
HSV(B) 83.77º 0.52% 0.79% -
XYZ 37.73 50.56 18.84 -
YUV 177.36 82.09 115.62 -
System Red Green Blue C M Y K H S L
Decimal 160 202 96 0.21 0 0.52 0.21 83.77 0.5 0.58
Hex A0 CA 60 15 0 34 15 54 32 3A
Octal 240 312 140 25 0 64 25 124 62 72
Binary 10100000 11001010 1100000 10101 0 110100 10101 1010100 110010 111010

Color Harmonies of #A0CA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA60

Black with #A0CA60

Text Example


Text Example

White with #A0CA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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