Html Css Color HEX #A8D16E Olivine

📋 copy color: '#A8D16E'

red 168 ◦ green 209 ◦ blue 110

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

Shades of Olivine #A8D16E

Tints of Olivine #A8D16E

RGB

 RED value IS 168 (66.02% from 255) = 34.5%

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

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

R = 34.5%
G = 42.92%
B = 22.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#A8D16E (or 0xA8D16E) is known color: Olivine. HEX triplet: A8, D1 and 6E. RGB value is (168,209,110). Sum of RGB (Red+Green+Blue) = 168+209+110=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D16E is #572E91. Grayscale: #B9B9B9. Windows color (decimal): -5713554 or 7262632. OLE color: 7262632.

HSL color Cylindrical-coordinate representation of color #A8D16E: hue angle of 84.85º 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 #A8D16E is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 209 110 -
CMYK 0.20 0 0.47 0.18
HSL 84.85º 0.52% 0.63% -
HSV(B) 84.85º 0.47% 0.82% -
XYZ 41.76 55.05 23.18 -
YUV 185.46 85.42 115.55 -
System Red Green Blue C M Y K H S L
Decimal 168 209 110 0.20 0 0.47 0.18 84.85 0.52 0.63
Hex A8 D1 6E 14 0 2F 12 55 34 3F
Octal 250 321 156 24 0 57 22 125 64 77
Binary 10101000 11010001 1101110 10100 0 101111 10010 1010101 110100 111111

Color Harmonies of #A8D16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D16E

Black with #A8D16E

Text Example


Text Example

White with #A8D16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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