#8AC746

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

Shades of Atlantis #8AC746

Tints of Atlantis #8AC746

Color information

#8AC746 (or 0x8AC746) is unknown color: approx Atlantis. HEX triplet: 8A, C7 and 46. RGB value is (138,199,70). Sum of RGB (Red+Green+Blue) = 138+199+70=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC746 is #7538B9. Grayscale: #A6A6A6. Windows color (decimal): -7682234 or 4638602. OLE color: 4638602.

HSL color Cylindrical-coordinate representation of color #8AC746: hue angle of 88.37º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AC746 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB13819970-
CMYK0.3100.650.22
HSL88.37º53.53%52.75%-
HSV(B)88.37º64.82%78.04%-
XYZ32.0146.6913.12-
YUV166.0573.79107.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 199 (78.12% from 255) = 48.89%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=33.91%
G=48.89%
B=17.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal138199700.3100.650.2288.3753.5352.75
Hex8AC7461F04116583635
Octal212307106370101261306665
Binary100010101100011110001101111101000001101101011000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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