#8DD03A

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

Shades of Atlantis #8DD03A

Tints of Atlantis #8DD03A

Color information

#8DD03A (or 0x8DD03A) is unknown color: approx Atlantis. HEX triplet: 8D, D0 and 3A. RGB value is (141,208,58). Sum of RGB (Red+Green+Blue) = 141+208+58=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD03A is #722FC5. Grayscale: #ABABAB. Windows color (decimal): -7483334 or 3854477. OLE color: 3854477.

HSL color Cylindrical-coordinate representation of color #8DD03A: hue angle of 86.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DD03A is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB14120858-
CMYK0.3200.720.18
HSL86.8º61.48%52.16%-
HSV(B)86.8º72.12%81.57%-
XYZ34.351.0812.05-
YUV170.8764.3106.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.64%
GREEN value IS 208 (81.64% from 255) = 51.11%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=34.64%
G=51.11%
B=14.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141208580.3200.720.1886.861.4852.16
Hex8DD03A2004812573d34
Octal21532072400110221277564
Binary100011011101000011101010000001001000100101010111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,208,58); }

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

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

 a { background-color: rgb(141,208,58); }

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

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

 span { border-color: rgb(141,208,58); }

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