Html Css Color HEX #A5C160 Olivine

📋 copy color: '#A5C160'

red 165 ◦ green 193 ◦ blue 96

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

Shades of Olivine #A5C160

Tints of Olivine #A5C160

RGB

 RED value IS 165 (64.84% from 255) = 36.34%

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

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

R = 36.34%
G = 42.51%
B = 21.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#A5C160 (or 0xA5C160) is known color: Olivine. HEX triplet: A5, C1 and 60. RGB value is (165,193,96). Sum of RGB (Red+Green+Blue) = 165+193+96=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C160 is #5A3E9F. Grayscale: #ADADAD. Windows color (decimal): -5914272 or 6341029. OLE color: 6341029.

HSL color Cylindrical-coordinate representation of color #A5C160: hue angle of 77.32º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5C160 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 193 96 -
CMYK 0.15 0 0.50 0.24
HSL 77.32º 0.44% 0.57% -
HSV(B) 77.32º 0.5% 0.76% -
XYZ 36.7 46.98 18.2 -
YUV 173.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 165 193 96 0.15 0 0.50 0.24 77.32 0.44 0.57
Hex A5 C1 60 F 0 32 18 4D 2C 39
Octal 245 301 140 17 0 62 30 115 54 71
Binary 10100101 11000001 1100000 1111 0 110010 11000 1001101 101100 111001

Color Harmonies of #A5C160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C160

Black with #A5C160

Text Example


Text Example

White with #A5C160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C160; }

 p { color: rgb(165,193,96); }

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

background-color css

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

 a { background-color: rgb(165,193,96); }

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

border-color css

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

 span { border-color: rgb(165,193,96); }

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