#8AF14A

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

Shades of Atlantis #8AF14A

Tints of Atlantis #8AF14A

Color information

#8AF14A (or 0x8AF14A) is unknown color: approx Atlantis. HEX triplet: 8A, F1 and 4A. RGB value is (138,241,74). Sum of RGB (Red+Green+Blue) = 138+241+74=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF14A is #750EB5. Grayscale: #BFBFBF. Windows color (decimal): -7671478 or 4911498. OLE color: 4911498.

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

Color convert

RGB13824174-
CMYK0.4300.690.05
HSL97.01º85.64%61.76%-
HSV(B)97.01º69.29%94.51%-
XYZ43.1768.8117.48-
YUV191.1661.8890.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.46%
GREEN value IS 241 (94.53% from 255) = 53.20%
BLUE value IS 74 (29.30% from 255) = 16.34%
R=30.46%
G=53.20%
B=16.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138241740.4300.690.0597.0185.6461.76
Hex8AF14A2B045561563e
Octal212361112530105514112676
Binary100010101111000110010101010110100010110111000011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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