#A8CD6E

Color #A8CD6E Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A8CD6E

Tints of Olivine #A8CD6E

Color information

#A8CD6E (or 0xA8CD6E) is unknown color: approx Olivine. HEX triplet: A8, CD and 6E. RGB value is (168,205,110). Sum of RGB (Red+Green+Blue) = 168+205+110=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD6E is #573291. Grayscale: #B7B7B7. Windows color (decimal): -5714578 or 7261608. OLE color: 7261608.

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

Color convert

RGB168205110-
CMYK0.1800.460.20
HSL83.37º48.72%61.76%-
HSV(B)83.37º46.34%80.39%-
XYZ40.7953.1122.85-
YUV183.1186.74117.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=34.78%
G=42.44%
B=22.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682051100.1800.460.2083.3748.7261.76
HexA8CD6E1202E1453313e
Octal25031515622056241236176
Binary10101000110011011101110100100101110101001010011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CD6E; }

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

 H1.HeaderClassName
 {
   color: #A8CD6E;
 }
 .AnyTagClassName
 {
   color: #A8CD6E;
 }
</style>
background-color css

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

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

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

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

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

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