#9ED547

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

Shades of Atlantis #9ED547

Tints of Atlantis #9ED547

Color information

#9ED547 (or 0x9ED547) is unknown color: approx Atlantis. HEX triplet: 9E, D5 and 47. RGB value is (158,213,71). Sum of RGB (Red+Green+Blue) = 158+213+71=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED547 is #612AB8. Grayscale: #B4B4B4. Windows color (decimal): -6367929 or 4707742. OLE color: 4707742.

HSL color Cylindrical-coordinate representation of color #9ED547: hue angle of 83.24º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9ED547 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB15821371-
CMYK0.2600.670.16
HSL83.24º62.83%55.69%-
HSV(B)83.24º66.67%83.53%-
XYZ39.0355.3114.58-
YUV180.3766.28112.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.75%
GREEN value IS 213 (83.59% from 255) = 48.19%
BLUE value IS 71 (28.12% from 255) = 16.06%
R=35.75%
G=48.19%
B=16.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal158213710.2600.670.1683.2462.8355.69
Hex9ED5471A04310533f38
Octal236325107320103201237770
Binary100111101101010110001111101001000011100001010011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ED547; }

 p { color: rgb(158,213,71); }

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

<style>
 a { background-color: #9ED547; }

 a { background-color: rgb(158,213,71); }

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

<style>
 span { border-color: #9ED547; }

 span { border-color: rgb(158,213,71); }

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