#9EC750

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

Shades of Atlantis #9EC750

Tints of Atlantis #9EC750

Color information

#9EC750 (or 0x9EC750) is unknown color: approx Atlantis. HEX triplet: 9E, C7 and 50. RGB value is (158,199,80). Sum of RGB (Red+Green+Blue) = 158+199+80=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC750 is #6138AF. Grayscale: #ADADAD. Windows color (decimal): -6371504 or 5293982. OLE color: 5293982.

HSL color Cylindrical-coordinate representation of color #9EC750: hue angle of 80.67º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EC750 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB15819980-
CMYK0.2100.600.22
HSL80.67º51.52%54.71%-
HSV(B)80.67º59.8%78.04%-
XYZ35.9748.715.09-
YUV173.1875.42117.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.16%
GREEN value IS 199 (78.12% from 255) = 45.54%
BLUE value IS 80 (31.64% from 255) = 18.31%
R=36.16%
G=45.54%
B=18.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal158199800.2100.600.2280.6751.5254.71
Hex9EC7501503C16513437
Octal23630712025074261216467
Binary10011110110001111010000101010111100101101010001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,199,80); }

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

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

 a { background-color: rgb(158,199,80); }

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

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

 span { border-color: rgb(158,199,80); }

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