#8AF150

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

Shades of Atlantis #8AF150

Tints of Atlantis #8AF150

Color information

#8AF150 (or 0x8AF150) is unknown color: approx Atlantis. HEX triplet: 8A, F1 and 50. RGB value is (138,241,80). Sum of RGB (Red+Green+Blue) = 138+241+80=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF150 is #750EAF. Grayscale: #C0C0C0. Windows color (decimal): -7671472 or 5304714. OLE color: 5304714.

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

Color convert

RGB13824180-
CMYK0.4300.670.05
HSL98.39º85.19%62.94%-
HSV(B)98.39º66.8%94.51%-
XYZ43.3868.8918.6-
YUV191.8564.8889.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.07%
GREEN value IS 241 (94.53% from 255) = 52.51%
BLUE value IS 80 (31.64% from 255) = 17.43%
R=30.07%
G=52.51%
B=17.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138241800.4300.670.0598.3985.1962.94
Hex8AF1502B043562553f
Octal212361120530103514212577
Binary100010101111000110100001010110100001110111000101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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