Html Css Color HEX #A0C260 Olivine

📋 copy color: '#A0C260'

red 160 ◦ green 194 ◦ blue 96

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

Shades of Olivine #A0C260

Tints of Olivine #A0C260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.11%

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

R = 35.56%
G = 43.11%
B = 21.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#A0C260 (or 0xA0C260) is known color: Olivine. HEX triplet: A0, C2 and 60. RGB value is (160,194,96). Sum of RGB (Red+Green+Blue) = 160+194+96=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C260 is #5F3D9F. Grayscale: #ADADAD. Windows color (decimal): -6241696 or 6341280. OLE color: 6341280.

HSL color Cylindrical-coordinate representation of color #A0C260: hue angle of 80.82º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0C260 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 194 96 -
CMYK 0.18 0 0.51 0.24
HSL 80.82º 0.45% 0.57% -
HSV(B) 80.82º 0.51% 0.76% -
XYZ 35.9 46.9 18.23 -
YUV 172.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 160 194 96 0.18 0 0.51 0.24 80.82 0.45 0.57
Hex A0 C2 60 12 0 33 18 51 2D 39
Octal 240 302 140 22 0 63 30 121 55 71
Binary 10100000 11000010 1100000 10010 0 110011 11000 1010001 101101 111001

Color Harmonies of #A0C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C260

Black with #A0C260

Text Example


Text Example

White with #A0C260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C260; }

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

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

background-color css

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

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

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

border-color css

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

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

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