#8AC142

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

Shades of Atlantis #8AC142

Tints of Atlantis #8AC142

Color information

#8AC142 (or 0x8AC142) is unknown color: approx Atlantis. HEX triplet: 8A, C1 and 42. RGB value is (138,193,66). Sum of RGB (Red+Green+Blue) = 138+193+66=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC142 is #753EBD. Grayscale: #A2A2A2. Windows color (decimal): -7683774 or 4374922. OLE color: 4374922.

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

Color convert

RGB13819366-
CMYK0.2800.660.24
HSL85.98º50.6%50.78%-
HSV(B)85.98º65.8%75.69%-
XYZ30.5343.9412.03-
YUV162.0873.78110.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 193 (75.78% from 255) = 48.61%
BLUE value IS 66 (26.17% from 255) = 16.62%
R=34.76%
G=48.61%
B=16.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138193660.2800.660.2485.9850.650.78
Hex8AC1421C04218563333
Octal212301102340102301266363
Binary100010101100000110000101110001000010110001010110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,193,66); }

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

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

 a { background-color: rgb(138,193,66); }

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

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

 span { border-color: rgb(138,193,66); }

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