#8AE341

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

Shades of Atlantis #8AE341

Tints of Atlantis #8AE341

Color information

#8AE341 (or 0x8AE341) is unknown color: approx Atlantis. HEX triplet: 8A, E3 and 41. RGB value is (138,227,65). Sum of RGB (Red+Green+Blue) = 138+227+65=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 227 (89.06% from 255 or 52.79% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 227 - color contains mainly: green. Hex color #8AE341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE341 is #751CBE. Grayscale: #B6B6B6. Windows color (decimal): -7675071 or 4318090. OLE color: 4318090.

HSL color Cylindrical-coordinate representation of color #8AE341: hue angle of 92.96º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AE341 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB13822765-
CMYK0.3900.710.11
HSL92.96º74.31%57.25%-
HSV(B)92.96º71.37%89.02%-
XYZ38.960.7214.67-
YUV181.9262.0196.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 227 (89.06% from 255) = 52.79%
BLUE value IS 65 (25.78% from 255) = 15.12%
R=32.09%
G=52.79%
B=15.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal138227650.3900.710.1192.9674.3157.25
Hex8AE34127047B5d4a39
Octal2123431014701071313511271
Binary1000101011100011100000110011101000111101110111011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,227,65); }

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

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

 a { background-color: rgb(138,227,65); }

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

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

 span { border-color: rgb(138,227,65); }

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