#8AED4C

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

Shades of Atlantis #8AED4C

Tints of Atlantis #8AED4C

Color information

#8AED4C (or 0x8AED4C) is unknown color: approx Atlantis. HEX triplet: 8A, ED and 4C. RGB value is (138,237,76). Sum of RGB (Red+Green+Blue) = 138+237+76=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 237 (92.97% from 255 or 52.55% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 237 - color contains mainly: green. Hex color #8AED4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AED4C is #7512B3. Grayscale: #BDBDBD. Windows color (decimal): -7672500 or 5041546. OLE color: 5041546.

HSL color Cylindrical-coordinate representation of color #8AED4C: hue angle of 96.89º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AED4C is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB13823776-
CMYK0.4200.680.07
HSL96.89º81.73%61.37%-
HSV(B)96.89º67.93%92.94%-
XYZ42.0766.4917.45-
YUV189.0464.291.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.60%
GREEN value IS 237 (92.97% from 255) = 52.55%
BLUE value IS 76 (30.08% from 255) = 16.85%
R=30.60%
G=52.55%
B=16.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal138237760.4200.680.0796.8981.7361.37
Hex8AED4C2A044761523d
Octal212355114520104714112275
Binary100010101110110110011001010100100010011111000011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AED4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,237,76); }

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

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

 a { background-color: rgb(138,237,76); }

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

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

 span { border-color: rgb(138,237,76); }

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