#A0CD4F

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

Shades of Atlantis #A0CD4F

Tints of Atlantis #A0CD4F

Color information

#A0CD4F (or 0xA0CD4F) is unknown color: approx Atlantis. HEX triplet: A0, CD and 4F. RGB value is (160,205,79). Sum of RGB (Red+Green+Blue) = 160+205+79=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CD4F is #5F32B0. Grayscale: #B1B1B1. Windows color (decimal): -6238897 or 5229984. OLE color: 5229984.

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

Color convert

RGB16020579-
CMYK0.2200.610.20
HSL81.43º55.75%55.69%-
HSV(B)81.43º61.46%80.39%-
XYZ37.7451.715.39-
YUV177.1872.59115.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 205 (80.47% from 255) = 46.17%
BLUE value IS 79 (31.25% from 255) = 17.79%
R=36.04%
G=46.17%
B=17.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160205790.2200.610.2081.4355.7555.69
HexA0CD4F1603D14513838
Octal24031511726075241217070
Binary10100000110011011001111101100111101101001010001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CD4F; }

 p { color: rgb(160,205,79); }

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

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

 a { background-color: rgb(160,205,79); }

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

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

 span { border-color: rgb(160,205,79); }

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