#8AE936

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

Shades of Atlantis #8AE936

Tints of Atlantis #8AE936

Color information

#8AE936 (or 0x8AE936) is unknown color: approx Atlantis. HEX triplet: 8A, E9 and 36. RGB value is (138,233,54). Sum of RGB (Red+Green+Blue) = 138+233+54=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #8AE936 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AE936 is #7516C9. Grayscale: #B8B8B8. Windows color (decimal): -7673546 or 3598730. OLE color: 3598730.

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

Color convert

RGB13823354-
CMYK0.4100.770.09
HSL91.84º80.27%56.27%-
HSV(B)91.84º76.82%91.37%-
XYZ40.2963.9513.71-
YUV184.1954.5395.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 233 (91.41% from 255) = 54.82%
BLUE value IS 54 (21.48% from 255) = 12.71%
R=32.47%
G=54.82%
B=12.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138233540.4100.770.0991.8480.2756.27
Hex8AE9362904D95c5038
Octal212351665101151113412070
Binary100010101110100111011010100101001101100110111001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,233,54); }

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

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

 a { background-color: rgb(138,233,54); }

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

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

 span { border-color: rgb(138,233,54); }

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