#8BDA4A

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

Shades of Atlantis #8BDA4A

Tints of Atlantis #8BDA4A

Color information

#8BDA4A (or 0x8BDA4A) is unknown color: approx Atlantis. HEX triplet: 8B, DA and 4A. RGB value is (139,218,74). Sum of RGB (Red+Green+Blue) = 139+218+74=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDA4A is #7425B5. Grayscale: #B2B2B2. Windows color (decimal): -7611830 or 4905611. OLE color: 4905611.

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

Color convert

RGB13921874-
CMYK0.3600.660.15
HSL92.92º66.06%57.25%-
HSV(B)92.92º66.06%85.49%-
XYZ36.9556.1315.36-
YUV177.9669.33100.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.25%
GREEN value IS 218 (85.55% from 255) = 50.58%
BLUE value IS 74 (29.30% from 255) = 17.17%
R=32.25%
G=50.58%
B=17.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal139218740.3600.660.1592.9266.0657.25
Hex8BDA4A24042F5d4239
Octal2133321124401021713510271
Binary1000101111011010100101010010001000010111110111011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,218,74); }

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

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

 a { background-color: rgb(139,218,74); }

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

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

 span { border-color: rgb(139,218,74); }

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