#8BCD45

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

Shades of Atlantis #8BCD45

Tints of Atlantis #8BCD45

Color information

#8BCD45 (or 0x8BCD45) is unknown color: approx Atlantis. HEX triplet: 8B, CD and 45. RGB value is (139,205,69). Sum of RGB (Red+Green+Blue) = 139+205+69=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCD45 is #7432BA. Grayscale: #AAAAAA. Windows color (decimal): -7615163 or 4574603. OLE color: 4574603.

HSL color Cylindrical-coordinate representation of color #8BCD45: hue angle of 89.12º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BCD45 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB13920569-
CMYK0.3200.660.20
HSL89.12º57.63%53.73%-
HSV(B)89.12º66.34%80.39%-
XYZ33.5549.5813.43-
YUV169.7671.13106.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 205 (80.47% from 255) = 49.64%
BLUE value IS 69 (27.34% from 255) = 16.71%
R=33.66%
G=49.64%
B=16.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal139205690.3200.660.2089.1257.6353.73
Hex8BCD452004214593a36
Octal213315105400102241317266
Binary1000101111001101100010110000001000010101001011001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,205,69); }

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

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

 a { background-color: rgb(139,205,69); }

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

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

 span { border-color: rgb(139,205,69); }

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