Html Css Color HEX #A0C15B Olivine

📋 copy color: '#A0C15B'

red 160 ◦ green 193 ◦ blue 91

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

Shades of Olivine #A0C15B

Tints of Olivine #A0C15B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.47%

 BLUE value IS 91 (35.94% from 255) = 20.5%

R = 36.04%
G = 43.47%
B = 20.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#A0C15B (or 0xA0C15B) is known color: Olivine. HEX triplet: A0, C1 and 5B. RGB value is (160,193,91). Sum of RGB (Red+Green+Blue) = 160+193+91=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C15B is #5F3EA4. Grayscale: #ABABAB. Windows color (decimal): -6241957 or 6013344. OLE color: 6013344.

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

Color convert

RGB 160 193 91 -
CMYK 0.17 0 0.53 0.24
HSL 79.41º 0.45% 0.56% -
HSV(B) 79.41º 0.53% 0.76% -
XYZ 35.46 46.37 16.98 -
YUV 171.51 82.57 119.79 -
System Red Green Blue C M Y K H S L
Decimal 160 193 91 0.17 0 0.53 0.24 79.41 0.45 0.56
Hex A0 C1 5B 11 0 35 18 4F 2D 38
Octal 240 301 133 21 0 65 30 117 55 70
Binary 10100000 11000001 1011011 10001 0 110101 11000 1001111 101101 111000

Color Harmonies of #A0C15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C15B

Black with #A0C15B

Text Example


Text Example

White with #A0C15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C15B; }

 p { color: rgb(160,193,91); }

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

background-color css

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

 a { background-color: rgb(160,193,91); }

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

border-color css

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

 span { border-color: rgb(160,193,91); }

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