#8ADB44

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

Shades of Atlantis #8ADB44

Tints of Atlantis #8ADB44

Color information

#8ADB44 (or 0x8ADB44) is unknown color: approx Atlantis. HEX triplet: 8A, DB and 44. RGB value is (138,219,68). Sum of RGB (Red+Green+Blue) = 138+219+68=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADB44 is #7524BB. Grayscale: #B2B2B2. Windows color (decimal): -7677116 or 4512650. OLE color: 4512650.

HSL color Cylindrical-coordinate representation of color #8ADB44: hue angle of 92.19º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8ADB44 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB13821968-
CMYK0.3700.690.14
HSL92.19º67.71%56.27%-
HSV(B)92.19º68.95%85.88%-
XYZ36.8656.4814.43-
YUV177.5766.1699.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 219 (85.94% from 255) = 51.53%
BLUE value IS 68 (26.95% from 255) = 16%
R=32.47%
G=51.53%
B=16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal138219680.3700.690.1492.1967.7156.27
Hex8ADB4425045E5c4438
Octal2123331044501051613410470
Binary1000101011011011100010010010101000101111010111001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,219,68); }

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

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

 a { background-color: rgb(138,219,68); }

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

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

 span { border-color: rgb(138,219,68); }

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