Html Css Color HEX #A6D16E Olivine

📋 copy color: '#A6D16E'

red 166 ◦ green 209 ◦ blue 110

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

Shades of Olivine #A6D16E

Tints of Olivine #A6D16E

RGB

 RED value IS 166 (65.23% from 255) = 34.23%

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

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 34.23%
G = 43.09%
B = 22.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#A6D16E (or 0xA6D16E) is known color: Olivine. HEX triplet: A6, D1 and 6E. RGB value is (166,209,110). Sum of RGB (Red+Green+Blue) = 166+209+110=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D16E is #592E91. Grayscale: #B9B9B9. Windows color (decimal): -5844626 or 7262630. OLE color: 7262630.

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

Color convert

RGB 166 209 110 -
CMYK 0.21 0 0.47 0.18
HSL 86.06º 0.52% 0.63% -
HSV(B) 86.06º 0.47% 0.82% -
XYZ 41.34 54.83 23.16 -
YUV 184.86 85.75 114.55 -
System Red Green Blue C M Y K H S L
Decimal 166 209 110 0.21 0 0.47 0.18 86.06 0.52 0.63
Hex A6 D1 6E 15 0 2F 12 56 34 3F
Octal 246 321 156 25 0 57 22 126 64 77
Binary 10100110 11010001 1101110 10101 0 101111 10010 1010110 110100 111111

Color Harmonies of #A6D16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D16E

Black with #A6D16E

Text Example


Text Example

White with #A6D16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D16E; }

 p { color: rgb(166,209,110); }

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

background-color css

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

 a { background-color: rgb(166,209,110); }

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

border-color css

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

 span { border-color: rgb(166,209,110); }

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