#8AC345

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

Shades of Atlantis #8AC345

Tints of Atlantis #8AC345

Color information

#8AC345 (or 0x8AC345) is unknown color: approx Atlantis. HEX triplet: 8A, C3 and 45. RGB value is (138,195,69). Sum of RGB (Red+Green+Blue) = 138+195+69=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC345 is #753CBA. Grayscale: #A4A4A4. Windows color (decimal): -7683259 or 4572042. OLE color: 4572042.

HSL color Cylindrical-coordinate representation of color #8AC345: hue angle of 87.14º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AC345 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB13819569-
CMYK0.2900.650.24
HSL87.14º51.22%51.76%-
HSV(B)87.14º64.62%76.47%-
XYZ31.0744.8612.65-
YUV163.5974.62109.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.33%
GREEN value IS 195 (76.56% from 255) = 48.51%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=34.33%
G=48.51%
B=17.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138195690.2900.650.2487.1451.2251.76
Hex8AC3451D04118573334
Octal212303105350101301276364
Binary100010101100001110001011110101000001110001010111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,195,69); }

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

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

 a { background-color: rgb(138,195,69); }

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

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

 span { border-color: rgb(138,195,69); }

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