#8ace46

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

Shades of Atlantis #8ACE46

Tints of Atlantis #8ACE46

Color information

#8ACE46 (or 0x8ACE46) is unknown color: approx Atlantis. HEX triplet: 8A, CE and 46. RGB value is (138,206,70). Sum of RGB (Red+Green+Blue) = 138+206+70=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACE46 is #7531B9. Grayscale: #AAAAAA. Windows color (decimal): -7680442 or 4640394. OLE color: 4640394.

HSL color Cylindrical-coordinate representation of color #8ACE46: hue angle of 90º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ACE46 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB13820670-
CMYK0.3300.660.19
HSL90º58.12%54.12%-
HSV(B)90º66.02%80.78%-
XYZ33.6649.9913.67-
YUV170.1671.47105.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 206 (80.86% from 255) = 49.76%
BLUE value IS 70 (27.73% from 255) = 16.91%
R=33.33%
G=49.76%
B=16.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal138206700.3300.660.199058.1254.12
Hex8ACE4621042135a3a36
Octal212316106410102231327266
Binary1000101011001110100011010000101000010100111011010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ace46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,206,70); }

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

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

 a { background-color: rgb(138,206,70); }

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

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

 span { border-color: rgb(138,206,70); }

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