#8DE942

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

Shades of Atlantis #8DE942

Tints of Atlantis #8DE942

Color information

#8DE942 (or 0x8DE942) is unknown color: approx Atlantis. HEX triplet: 8D, E9 and 42. RGB value is (141,233,66). Sum of RGB (Red+Green+Blue) = 141+233+66=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 233 (91.41% from 255 or 52.95% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 233 - color contains mainly: green. Hex color #8DE942 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DE942 is #7216BD. Grayscale: #BBBBBB. Windows color (decimal): -7476926 or 4385165. OLE color: 4385165.

HSL color Cylindrical-coordinate representation of color #8DE942: hue angle of 93.05º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DE942 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB14123366-
CMYK0.3900.720.09
HSL93.05º79.15%58.63%-
HSV(B)93.05º71.67%91.37%-
XYZ41.1164.3315.41-
YUV186.4560.0295.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 233 (91.41% from 255) = 52.95%
BLUE value IS 66 (26.17% from 255) = 15%
R=32.05%
G=52.95%
B=15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal141233660.3900.720.0993.0579.1558.63
Hex8DE9422704895d4f3b
Octal2153511024701101113511773
Binary1000110111101001100001010011101001000100110111011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,233,66); }

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

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

 a { background-color: rgb(141,233,66); }

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

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

 span { border-color: rgb(141,233,66); }

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