Html Css Color HEX #A0C15A Olivine

📋 copy color: '#A0C15A'

red 160 ◦ green 193 ◦ blue 90

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

Shades of Olivine #A0C15A

Tints of Olivine #A0C15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.32%

R = 36.12%
G = 43.57%
B = 20.32%

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

#A0C15A (or 0xA0C15A) is known color: Olivine. HEX triplet: A0, C1 and 5A. RGB value is (160,193,90). Sum of RGB (Red+Green+Blue) = 160+193+90=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C15A is #5F3EA5. Grayscale: #ABABAB. Windows color (decimal): -6241958 or 5947808. OLE color: 5947808.

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

Color convert

RGB 160 193 90 -
CMYK 0.17 0 0.53 0.24
HSL 79.22º 0.45% 0.55% -
HSV(B) 79.22º 0.53% 0.76% -
XYZ 35.41 46.35 16.75 -
YUV 171.39 82.07 119.88 -
System Red Green Blue C M Y K H S L
Decimal 160 193 90 0.17 0 0.53 0.24 79.22 0.45 0.55
Hex A0 C1 5A 11 0 35 18 4F 2D 37
Octal 240 301 132 21 0 65 30 117 55 67
Binary 10100000 11000001 1011010 10001 0 110101 11000 1001111 101101 110111

Color Harmonies of #A0C15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C15A

Black with #A0C15A

Text Example


Text Example

White with #A0C15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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