#8bd644

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

Shades of Atlantis #8BD644

Tints of Atlantis #8BD644

Color information

#8BD644 (or 0x8BD644) is unknown color: approx Atlantis. HEX triplet: 8B, D6 and 44. RGB value is (139,214,68). Sum of RGB (Red+Green+Blue) = 139+214+68=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD644 is #7429BB. Grayscale: #AFAFAF. Windows color (decimal): -7612860 or 4511371. OLE color: 4511371.

HSL color Cylindrical-coordinate representation of color #8BD644: hue angle of 90.82º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BD644 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB13921468-
CMYK0.3500.680.16
HSL90.82º64.04%55.29%-
HSV(B)90.82º68.22%83.92%-
XYZ35.745414.01-
YUV174.9367.65102.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 214 (83.98% from 255) = 50.83%
BLUE value IS 68 (26.95% from 255) = 16.15%
R=33.02%
G=50.83%
B=16.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139214680.3500.680.1690.8264.0455.29
Hex8BD64423044105b4037
Octal2133261044301042013310067
Binary10001011110101101000100100011010001001000010110111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bd644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,214,68); }

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

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

 a { background-color: rgb(139,214,68); }

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

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

 span { border-color: rgb(139,214,68); }

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