#8AE74D

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

Shades of Atlantis #8AE74D

Tints of Atlantis #8AE74D

Color information

#8AE74D (or 0x8AE74D) is unknown color: approx Atlantis. HEX triplet: 8A, E7 and 4D. RGB value is (138,231,77). Sum of RGB (Red+Green+Blue) = 138+231+77=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE74D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AE74D is #7518B2. Grayscale: #BABABA. Windows color (decimal): -7674035 or 5105546. OLE color: 5105546.

HSL color Cylindrical-coordinate representation of color #8AE74D: hue angle of 96.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AE74D is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB13823177-
CMYK0.4000.670.09
HSL96.23º76.24%60.39%-
HSV(B)96.23º66.67%90.59%-
XYZ40.463.0917.07-
YUV185.6466.6994.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 231 (90.62% from 255) = 51.79%
BLUE value IS 77 (30.47% from 255) = 17.26%
R=30.94%
G=51.79%
B=17.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138231770.4000.670.0996.2376.2460.39
Hex8AE74D280439604c3c
Octal2123471155001031114011474
Binary1000101011100111100110110100001000011100111000001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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