#9EC248

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

Shades of Atlantis #9EC248

Tints of Atlantis #9EC248

Color information

#9EC248 (or 0x9EC248) is unknown color: approx Atlantis. HEX triplet: 9E, C2 and 48. RGB value is (158,194,72). Sum of RGB (Red+Green+Blue) = 158+194+72=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC248 is #613DB7. Grayscale: #A9A9A9. Windows color (decimal): -6372792 or 4768414. OLE color: 4768414.

HSL color Cylindrical-coordinate representation of color #9EC248: hue angle of 77.7º 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 #9EC248 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB15819472-
CMYK0.1900.630.24
HSL77.7º50%52.16%-
HSV(B)77.7º62.89%76.08%-
XYZ34.5646.3213.25-
YUV169.3373.07119.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.26%
GREEN value IS 194 (76.17% from 255) = 45.75%
BLUE value IS 72 (28.52% from 255) = 16.98%
R=37.26%
G=45.75%
B=16.98%

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
Decimal158194720.1900.630.2477.75052.16
Hex9EC2481303F184e3234
Octal23630211023077301166264
Binary10011110110000101001000100110111111110001001110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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