#8AC344

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

Shades of Atlantis #8AC344

Tints of Atlantis #8AC344

Color information

#8AC344 (or 0x8AC344) is unknown color: approx Atlantis. HEX triplet: 8A, C3 and 44. RGB value is (138,195,68). Sum of RGB (Red+Green+Blue) = 138+195+68=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC344 is #753CBB. Grayscale: #A3A3A3. Windows color (decimal): -7683260 or 4506506. OLE color: 4506506.

HSL color Cylindrical-coordinate representation of color #8AC344: hue angle of 86.93º 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 #8AC344 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB13819568-
CMYK0.2900.650.24
HSL86.93º51.42%51.57%-
HSV(B)86.93º65.13%76.47%-
XYZ31.0444.8512.49-
YUV163.4874.12109.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.41%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 68 (26.95% from 255) = 16.96%
R=34.41%
G=48.63%
B=16.96%

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
Decimal138195680.2900.650.2486.9351.4251.57
Hex8AC3441D04118573334
Octal212303104350101301276364
Binary100010101100001110001001110101000001110001010111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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