#8DF04A

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

Shades of Atlantis #8DF04A

Tints of Atlantis #8DF04A

Color information

#8DF04A (or 0x8DF04A) is unknown color: approx Atlantis. HEX triplet: 8D, F0 and 4A. RGB value is (141,240,74). Sum of RGB (Red+Green+Blue) = 141+240+74=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF04A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF04A is #720FB5. Grayscale: #C0C0C0. Windows color (decimal): -7475126 or 4911245. OLE color: 4911245.

HSL color Cylindrical-coordinate representation of color #8DF04A: hue angle of 95.78º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DF04A is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB14124074-
CMYK0.4100.690.06
HSL95.78º84.69%61.57%-
HSV(B)95.78º69.17%94.12%-
XYZ43.3868.4817.41-
YUV191.4861.792-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 240 (94.14% from 255) = 52.75%
BLUE value IS 74 (29.30% from 255) = 16.26%
R=30.99%
G=52.75%
B=16.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal141240740.4100.690.0695.7884.6961.57
Hex8DF04A29045660553e
Octal215360112510105614012576
Binary100011011111000010010101010010100010111011000001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,240,74); }

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

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

 a { background-color: rgb(141,240,74); }

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

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

 span { border-color: rgb(141,240,74); }

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