Html Css Color HEX #A0C05B Olivine

📋 copy color: '#A0C05B'

red 160 ◦ green 192 ◦ blue 91

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

Shades of Olivine #A0C05B

Tints of Olivine #A0C05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.34%

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

R = 36.12%
G = 43.34%
B = 20.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#A0C05B (or 0xA0C05B) is known color: Olivine. HEX triplet: A0, C0 and 5B. RGB value is (160,192,91). Sum of RGB (Red+Green+Blue) = 160+192+91=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C05B is #5F3FA4. Grayscale: #ABABAB. Windows color (decimal): -6242213 or 6013088. OLE color: 6013088.

HSL color Cylindrical-coordinate representation of color #A0C05B: hue angle of 79.01º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0C05B is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 192 91 -
CMYK 0.17 0 0.53 0.25
HSL 79.01º 0.44% 0.55% -
HSV(B) 79.01º 0.53% 0.75% -
XYZ 35.24 45.93 16.91 -
YUV 170.92 82.9 120.21 -
System Red Green Blue C M Y K H S L
Decimal 160 192 91 0.17 0 0.53 0.25 79.01 0.44 0.55
Hex A0 C0 5B 11 0 35 19 4F 2C 37
Octal 240 300 133 21 0 65 31 117 54 67
Binary 10100000 11000000 1011011 10001 0 110101 11001 1001111 101100 110111

Color Harmonies of #A0C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C05B

Black with #A0C05B

Text Example


Text Example

White with #A0C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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