#A0D84B

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

Shades of Atlantis #A0D84B

Tints of Atlantis #A0D84B

Color information

#A0D84B (or 0xA0D84B) is unknown color: approx Atlantis. HEX triplet: A0, D8 and 4B. RGB value is (160,216,75). Sum of RGB (Red+Green+Blue) = 160+216+75=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D84B is #5F27B4. Grayscale: #B7B7B7. Windows color (decimal): -6236085 or 4970656. OLE color: 4970656.

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

Color convert

RGB16021675-
CMYK0.2600.650.15
HSL83.83º64.38%57.06%-
HSV(B)83.83º65.28%84.71%-
XYZ40.3257.0915.55-
YUV183.1866.95111.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 216 (84.77% from 255) = 47.89%
BLUE value IS 75 (29.69% from 255) = 16.63%
R=35.48%
G=47.89%
B=16.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160216750.2600.650.1583.8364.3857.06
HexA0D84B1A041F544039
Octal2403301133201011712410071
Binary101000001101100010010111101001000001111110101001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D84B; }

 p { color: rgb(160,216,75); }

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

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

 a { background-color: rgb(160,216,75); }

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

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

 span { border-color: rgb(160,216,75); }

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