#8AF04D

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

Shades of Atlantis #8AF04D

Tints of Atlantis #8AF04D

Color information

#8AF04D (or 0x8AF04D) is unknown color: approx Atlantis. HEX triplet: 8A, F0 and 4D. RGB value is (138,240,77). Sum of RGB (Red+Green+Blue) = 138+240+77=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF04D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF04D is #750FB2. Grayscale: #BFBFBF. Windows color (decimal): -7671731 or 5107850. OLE color: 5107850.

HSL color Cylindrical-coordinate representation of color #8AF04D: hue angle of 97.55º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AF04D is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB13824077-
CMYK0.4200.680.06
HSL97.55º84.46%62.16%-
HSV(B)97.55º67.92%94.12%-
XYZ42.9868.2617.93-
YUV190.9263.7190.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.33%
GREEN value IS 240 (94.14% from 255) = 52.75%
BLUE value IS 77 (30.47% from 255) = 16.92%
R=30.33%
G=52.75%
B=16.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal138240770.4200.680.0697.5584.4662.16
Hex8AF04D2A044662543e
Octal212360115520104614212476
Binary100010101111000010011011010100100010011011000101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,240,77); }

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

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

 a { background-color: rgb(138,240,77); }

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

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

 span { border-color: rgb(138,240,77); }

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