#8AE838

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

Shades of Atlantis #8AE838

Tints of Atlantis #8AE838

Color information

#8AE838 (or 0x8AE838) is unknown color: approx Atlantis. HEX triplet: 8A, E8 and 38. RGB value is (138,232,56). Sum of RGB (Red+Green+Blue) = 138+232+56=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 232 (91.02% from 255 or 54.46% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 232 - color contains mainly: green. Hex color #8AE838 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AE838 is #7517C7. Grayscale: #B8B8B8. Windows color (decimal): -7673800 or 3729546. OLE color: 3729546.

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

Color convert

RGB13823256-
CMYK0.4100.760.09
HSL92.05º79.28%56.47%-
HSV(B)92.05º75.86%90.98%-
XYZ40.0563.413.87-
YUV183.8355.8695.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.39%
GREEN value IS 232 (91.02% from 255) = 54.46%
BLUE value IS 56 (22.27% from 255) = 13.15%
R=32.39%
G=54.46%
B=13.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138232560.4100.760.0992.0579.2856.47
Hex8AE8382904C95c4f38
Octal212350705101141113411770
Binary100010101110100011100010100101001100100110111001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,232,56); }

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

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

 a { background-color: rgb(138,232,56); }

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

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

 span { border-color: rgb(138,232,56); }

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