#8adb3f

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

Shades of Atlantis #8ADB3F

Tints of Atlantis #8ADB3F

Color information

#8ADB3F (or 0x8ADB3F) is unknown color: approx Atlantis. HEX triplet: 8A, DB and 3F. RGB value is (138,219,63). Sum of RGB (Red+Green+Blue) = 138+219+63=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADB3F is #7524C0. Grayscale: #B1B1B1. Windows color (decimal): -7677121 or 4184970. OLE color: 4184970.

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

Color convert

RGB13821963-
CMYK0.3700.710.14
HSL91.15º68.42%55.29%-
HSV(B)91.15º71.23%85.88%-
XYZ36.7156.4313.66-
YUV17763.66100.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.86%
GREEN value IS 219 (85.94% from 255) = 52.14%
BLUE value IS 63 (25% from 255) = 15%
R=32.86%
G=52.14%
B=15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal138219630.3700.710.1491.1568.4255.29
Hex8ADB3F25047E5b4437
Octal212333774501071613310467
Binary100010101101101111111110010101000111111010110111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8adb3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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