#A0D93F

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

Shades of Atlantis #A0D93F

Tints of Atlantis #A0D93F

Color information

#A0D93F (or 0xA0D93F) is unknown color: approx Atlantis. HEX triplet: A0, D9 and 3F. RGB value is (160,217,63). Sum of RGB (Red+Green+Blue) = 160+217+63=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D93F is #5F26C0. Grayscale: #B6B6B6. Windows color (decimal): -6235841 or 4184480. OLE color: 4184480.

HSL color Cylindrical-coordinate representation of color #A0D93F: hue angle of 82.21º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0D93F is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB16021763-
CMYK0.2600.710.15
HSL82.21º66.96%54.9%-
HSV(B)82.21º70.97%85.1%-
XYZ40.2157.4613.67-
YUV182.460.62112.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 217 (85.16% from 255) = 49.32%
BLUE value IS 63 (25% from 255) = 14.32%
R=36.36%
G=49.32%
B=14.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160217630.2600.710.1582.2166.9654.9
HexA0D93F1A047F524337
Octal240331773201071712210367
Binary10100000110110011111111101001000111111110100101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D93F; }

 p { color: rgb(160,217,63); }

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

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

 a { background-color: rgb(160,217,63); }

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

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

 span { border-color: rgb(160,217,63); }

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