Html Css Color HEX #A5D16B Olivine

📋 copy color: '#A5D16B'

red 165 ◦ green 209 ◦ blue 107

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

Shades of Olivine #A5D16B

Tints of Olivine #A5D16B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.45%

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 34.3%
G = 43.45%
B = 22.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#A5D16B (or 0xA5D16B) is known color: Olivine. HEX triplet: A5, D1 and 6B. RGB value is (165,209,107). Sum of RGB (Red+Green+Blue) = 165+209+107=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D16B is #5A2E94. Grayscale: #B8B8B8. Windows color (decimal): -5910165 or 7066021. OLE color: 7066021.

HSL color Cylindrical-coordinate representation of color #A5D16B: hue angle of 85.88º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5D16B is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 209 107 -
CMYK 0.21 0 0.49 0.18
HSL 85.88º 0.53% 0.62% -
HSV(B) 85.88º 0.49% 0.82% -
XYZ 40.97 54.66 22.3 -
YUV 184.22 84.42 114.29 -
System Red Green Blue C M Y K H S L
Decimal 165 209 107 0.21 0 0.49 0.18 85.88 0.53 0.62
Hex A5 D1 6B 15 0 31 12 56 35 3E
Octal 245 321 153 25 0 61 22 126 65 76
Binary 10100101 11010001 1101011 10101 0 110001 10010 1010110 110101 111110

Color Harmonies of #A5D16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D16B

Black with #A5D16B

Text Example


Text Example

White with #A5D16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D16B; }

 p { color: rgb(165,209,107); }

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

background-color css

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

 a { background-color: rgb(165,209,107); }

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

border-color css

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

 span { border-color: rgb(165,209,107); }

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