#9ED645

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

Shades of Atlantis #9ED645

Tints of Atlantis #9ED645

Color information

#9ED645 (or 0x9ED645) is unknown color: approx Atlantis. HEX triplet: 9E, D6 and 45. RGB value is (158,214,69). Sum of RGB (Red+Green+Blue) = 158+214+69=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED645 is #6129BA. Grayscale: #B5B5B5. Windows color (decimal): -6367675 or 4576926. OLE color: 4576926.

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

Color convert

RGB15821469-
CMYK0.2600.680.16
HSL83.17º63.88%55.49%-
HSV(B)83.17º67.76%83.92%-
XYZ39.2255.7914.33-
YUV180.7364.95111.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.83%
GREEN value IS 214 (83.98% from 255) = 48.53%
BLUE value IS 69 (27.34% from 255) = 15.65%
R=35.83%
G=48.53%
B=15.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal158214690.2600.680.1683.1763.8855.49
Hex9ED6451A04410534037
Octal2363261053201042012310067
Binary1001111011010110100010111010010001001000010100111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,214,69); }

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

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

 a { background-color: rgb(158,214,69); }

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

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

 span { border-color: rgb(158,214,69); }

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