#9ed54c

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

Shades of Atlantis #9ED54C

Tints of Atlantis #9ED54C

Color information

#9ED54C (or 0x9ED54C) is unknown color: approx Atlantis. HEX triplet: 9E, D5 and 4C. RGB value is (158,213,76). Sum of RGB (Red+Green+Blue) = 158+213+76=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED54C is #612AB3. Grayscale: #B5B5B5. Windows color (decimal): -6367924 or 5035422. OLE color: 5035422.

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

Color convert

RGB15821376-
CMYK0.2600.640.16
HSL84.09º61.99%56.67%-
HSV(B)84.09º64.32%83.53%-
XYZ39.255.3815.46-
YUV180.9468.78111.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.35%
GREEN value IS 213 (83.59% from 255) = 47.65%
BLUE value IS 76 (30.08% from 255) = 17.00%
R=35.35%
G=47.65%
B=17.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal158213760.2600.640.1684.0961.9956.67
Hex9ED54C1A04010543e39
Octal236325114320100201247671
Binary100111101101010110011001101001000000100001010100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ed54c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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