#8AF13D

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

Shades of Atlantis #8AF13D

Tints of Atlantis #8AF13D

Color information

#8AF13D (or 0x8AF13D) is unknown color: approx Atlantis. HEX triplet: 8A, F1 and 3D. RGB value is (138,241,61). Sum of RGB (Red+Green+Blue) = 138+241+61=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF13D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF13D is #750EC2. Grayscale: #BEBEBE. Windows color (decimal): -7671491 or 4059530. OLE color: 4059530.

HSL color Cylindrical-coordinate representation of color #8AF13D: hue angle of 94.33º 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 #8AF13D is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB13824161-
CMYK0.4300.750.05
HSL94.33º86.54%59.22%-
HSV(B)94.33º74.69%94.51%-
XYZ42.7868.6515.41-
YUV189.6855.3891.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 241 (94.53% from 255) = 54.77%
BLUE value IS 61 (24.22% from 255) = 13.86%
R=31.36%
G=54.77%
B=13.86%

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
Decimal138241610.4300.750.0594.3386.5459.22
Hex8AF13D2B04B55e573b
Octal21236175530113513612773
Binary10001010111100011111011010110100101110110111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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