#8AF13C

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

Shades of Atlantis #8AF13C

Tints of Atlantis #8AF13C

Color information

#8AF13C (or 0x8AF13C) is unknown color: approx Atlantis. HEX triplet: 8A, F1 and 3C. RGB value is (138,241,60). Sum of RGB (Red+Green+Blue) = 138+241+60=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF13C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF13C is #750EC3. Grayscale: #BEBEBE. Windows color (decimal): -7671492 or 3993994. OLE color: 3993994.

HSL color Cylindrical-coordinate representation of color #8AF13C: hue angle of 94.14º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AF13C is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB13824160-
CMYK0.4300.750.05
HSL94.14º86.6%59.02%-
HSV(B)94.14º75.1%94.51%-
XYZ42.7568.6415.27-
YUV189.5754.8891.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 241 (94.53% from 255) = 54.90%
BLUE value IS 60 (23.83% from 255) = 13.67%
R=31.44%
G=54.90%
B=13.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138241600.4300.750.0594.1486.659.02
Hex8AF13C2B04B55e573b
Octal21236174530113513612773
Binary10001010111100011111001010110100101110110111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,241,60); }

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

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

 a { background-color: rgb(138,241,60); }

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

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

 span { border-color: rgb(138,241,60); }

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