#8ADA3D

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

Shades of Atlantis #8ADA3D

Tints of Atlantis #8ADA3D

Color information

#8ADA3D (or 0x8ADA3D) is unknown color: approx Atlantis. HEX triplet: 8A, DA and 3D. RGB value is (138,218,61). Sum of RGB (Red+Green+Blue) = 138+218+61=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADA3D is #7525C2. Grayscale: #B0B0B0. Windows color (decimal): -7677379 or 4053642. OLE color: 4053642.

HSL color Cylindrical-coordinate representation of color #8ADA3D: hue angle of 90.57º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8ADA3D is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB13821861-
CMYK0.3700.720.15
HSL90.57º67.97%54.71%-
HSV(B)90.57º72.02%85.49%-
XYZ36.3955.8813.28-
YUV176.1863100.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.09%
GREEN value IS 218 (85.55% from 255) = 52.28%
BLUE value IS 61 (24.22% from 255) = 14.63%
R=33.09%
G=52.28%
B=14.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138218610.3700.720.1590.5767.9754.71
Hex8ADA3D25048F5b4437
Octal212332754501101713310467
Binary100010101101101011110110010101001000111110110111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ADA3D; }

 p { color: rgb(138,218,61); }

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

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

 a { background-color: rgb(138,218,61); }

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

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

 span { border-color: rgb(138,218,61); }

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