Html Css Color HEX #A5C56C Olivine

📋 copy color: '#A5C56C'

red 165 ◦ green 197 ◦ blue 108

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

Shades of Olivine #A5C56C

Tints of Olivine #A5C56C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.91%

 BLUE value IS 108 (42.58% from 255) = 22.98%

R = 35.11%
G = 41.91%
B = 22.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#A5C56C (or 0xA5C56C) is known color: Olivine. HEX triplet: A5, C5 and 6C. RGB value is (165,197,108). Sum of RGB (Red+Green+Blue) = 165+197+108=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C56C is #5A3A93. Grayscale: #B1B1B1. Windows color (decimal): -5913236 or 7128485. OLE color: 7128485.

HSL color Cylindrical-coordinate representation of color #A5C56C: hue angle of 81.57º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5C56C is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 197 108 -
CMYK 0.16 0 0.45 0.23
HSL 81.57º 0.43% 0.6% -
HSV(B) 81.57º 0.45% 0.77% -
XYZ 38.19 49.01 21.64 -
YUV 177.29 88.9 119.24 -
System Red Green Blue C M Y K H S L
Decimal 165 197 108 0.16 0 0.45 0.23 81.57 0.43 0.6
Hex A5 C5 6C 10 0 2D 17 52 2B 3C
Octal 245 305 154 20 0 55 27 122 53 74
Binary 10100101 11000101 1101100 10000 0 101101 10111 1010010 101011 111100

Color Harmonies of #A5C56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C56C

Black with #A5C56C

Text Example


Text Example

White with #A5C56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C56C; }

 p { color: rgb(165,197,108); }

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

background-color css

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

 a { background-color: rgb(165,197,108); }

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

border-color css

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

 span { border-color: rgb(165,197,108); }

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