#A9CD6B

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

Shades of Olivine #A9CD6B

Tints of Olivine #A9CD6B

Color information

#A9CD6B (or 0xA9CD6B) is unknown color: approx Olivine. HEX triplet: A9, CD and 6B. RGB value is (169,205,107). Sum of RGB (Red+Green+Blue) = 169+205+107=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CD6B is #563294. Grayscale: #B7B7B7. Windows color (decimal): -5649045 or 7065001. OLE color: 7065001.

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

Color convert

RGB169205107-
CMYK0.1800.480.20
HSL82.04º49.49%61.18%-
HSV(B)82.04º47.8%80.39%-
XYZ40.8553.1622.02-
YUV183.0685.07117.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.14%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 107 (42.19% from 255) = 22.25%
R=35.14%
G=42.62%
B=22.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051070.1800.480.2082.0449.4961.18
HexA9CD6B120301452313d
Octal25131515322060241226175
Binary10101001110011011101011100100110000101001010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CD6B; }

 p { color: rgb(169,205,107); }

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

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

 a { background-color: rgb(169,205,107); }

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

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

 span { border-color: rgb(169,205,107); }

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