#9DC248

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

Shades of Atlantis #9DC248

Tints of Atlantis #9DC248

Color information

#9DC248 (or 0x9DC248) is unknown color: approx Atlantis. HEX triplet: 9D, C2 and 48. RGB value is (157,194,72). Sum of RGB (Red+Green+Blue) = 157+194+72=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC248 is #623DB7. Grayscale: #A9A9A9. Windows color (decimal): -6438328 or 4768413. OLE color: 4768413.

HSL color Cylindrical-coordinate representation of color #9DC248: hue angle of 78.2º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DC248 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB15719472-
CMYK0.1900.630.24
HSL78.2º50%52.16%-
HSV(B)78.2º62.89%76.08%-
XYZ34.3746.2213.24-
YUV169.0373.24119.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.12%
GREEN value IS 194 (76.17% from 255) = 45.86%
BLUE value IS 72 (28.52% from 255) = 17.02%
R=37.12%
G=45.86%
B=17.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal157194720.1900.630.2478.25052.16
Hex9DC2481303F184e3234
Octal23530211023077301166264
Binary10011101110000101001000100110111111110001001110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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