#8ad047

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

Shades of Atlantis #8AD047

Tints of Atlantis #8AD047

Color information

#8AD047 (or 0x8AD047) is unknown color: approx Atlantis. HEX triplet: 8A, D0 and 47. RGB value is (138,208,71). Sum of RGB (Red+Green+Blue) = 138+208+71=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD047 is #752FB8. Grayscale: #ABABAB. Windows color (decimal): -7679929 or 4706442. OLE color: 4706442.

HSL color Cylindrical-coordinate representation of color #8AD047: hue angle of 90.66º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AD047 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB13820871-
CMYK0.3400.660.18
HSL90.66º59.31%54.71%-
HSV(B)90.66º65.87%81.57%-
XYZ34.1750.9714-
YUV171.4571.31104.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.09%
GREEN value IS 208 (81.64% from 255) = 49.88%
BLUE value IS 71 (28.12% from 255) = 17.03%
R=33.09%
G=49.88%
B=17.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal138208710.3400.660.1890.6659.3154.71
Hex8AD04722042125b3b37
Octal212320107420102221337367
Binary1000101011010000100011110001001000010100101011011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ad047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,208,71); }

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

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

 a { background-color: rgb(138,208,71); }

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

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

 span { border-color: rgb(138,208,71); }

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