#9EC752

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

Shades of Atlantis #9EC752

Tints of Atlantis #9EC752

Color information

#9EC752 (or 0x9EC752) is unknown color: approx Atlantis. HEX triplet: 9E, C7 and 52. RGB value is (158,199,82). Sum of RGB (Red+Green+Blue) = 158+199+82=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC752 is #6138AD. Grayscale: #ADADAD. Windows color (decimal): -6371502 or 5425054. OLE color: 5425054.

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

Color convert

RGB15819982-
CMYK0.2100.590.22
HSL81.03º51.09%55.1%-
HSV(B)81.03º58.79%78.04%-
XYZ36.0548.7315.49-
YUV173.476.42117.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.99%
GREEN value IS 199 (78.12% from 255) = 45.33%
BLUE value IS 82 (32.42% from 255) = 18.68%
R=35.99%
G=45.33%
B=18.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal158199820.2100.590.2281.0351.0955.1
Hex9EC7521503B16513337
Octal23630712225073261216367
Binary10011110110001111010010101010111011101101010001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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