Html Css Color HEX #A0BF60 Olivine

📋 copy color: '#A0BF60'

red 160 ◦ green 191 ◦ blue 96

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

Shades of Olivine #A0BF60

Tints of Olivine #A0BF60

RGB

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

 GREEN value IS 191 (75% from 255) = 42.73%

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

R = 35.79%
G = 42.73%
B = 21.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#A0BF60 (or 0xA0BF60) is known color: Olivine. HEX triplet: A0, BF and 60. RGB value is (160,191,96). Sum of RGB (Red+Green+Blue) = 160+191+96=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF60 is #5F409F. Grayscale: #ABABAB. Windows color (decimal): -6242464 or 6340512. OLE color: 6340512.

HSL color Cylindrical-coordinate representation of color #A0BF60: hue angle of 79.58º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0BF60 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 96 -
CMYK 0.16 0 0.50 0.25
HSL 79.58º 0.43% 0.56% -
HSV(B) 79.58º 0.5% 0.75% -
XYZ 35.24 45.58 18.01 -
YUV 170.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 160 191 96 0.16 0 0.50 0.25 79.58 0.43 0.56
Hex A0 BF 60 10 0 32 19 50 2B 38
Octal 240 277 140 20 0 62 31 120 53 70
Binary 10100000 10111111 1100000 10000 0 110010 11001 1010000 101011 111000

Color Harmonies of #A0BF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF60

Black with #A0BF60

Text Example


Text Example

White with #A0BF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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