#9DE448

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

Shades of Atlantis #9DE448

Tints of Atlantis #9DE448

Color information

#9DE448 (or 0x9DE448) is unknown color: approx Atlantis. HEX triplet: 9D, E4 and 48. RGB value is (157,228,72). Sum of RGB (Red+Green+Blue) = 157+228+72=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE448 is #621BB7. Grayscale: #BDBDBD. Windows color (decimal): -6429624 or 4777117. OLE color: 4777117.

HSL color Cylindrical-coordinate representation of color #9DE448: hue angle of 87.31º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DE448 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB15722872-
CMYK0.3100.680.11
HSL87.31º74.29%58.82%-
HSV(B)87.31º68.42%89.41%-
XYZ42.8263.1216.06-
YUV188.9961.98105.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.35%
GREEN value IS 228 (89.45% from 255) = 49.89%
BLUE value IS 72 (28.52% from 255) = 15.75%
R=34.35%
G=49.89%
B=15.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal157228720.3100.680.1187.3174.2958.82
Hex9DE4481F044B574a3b
Octal2353441103701041312711273
Binary100111011110010010010001111101000100101110101111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,228,72); }

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

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

 a { background-color: rgb(157,228,72); }

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

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

 span { border-color: rgb(157,228,72); }

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