#9ECF3B

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

Shades of Atlantis #9ECF3B

Tints of Atlantis #9ECF3B

Color information

#9ECF3B (or 0x9ECF3B) is unknown color: approx Atlantis. HEX triplet: 9E, CF and 3B. RGB value is (158,207,59). Sum of RGB (Red+Green+Blue) = 158+207+59=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECF3B is #6130C4. Grayscale: #B0B0B0. Windows color (decimal): -6369477 or 3919774. OLE color: 3919774.

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

Color convert

RGB15820759-
CMYK0.2400.710.19
HSL79.86º60.66%52.16%-
HSV(B)79.86º71.5%81.18%-
XYZ37.252.2112.25-
YUV175.4862.27115.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.26%
GREEN value IS 207 (81.25% from 255) = 48.82%
BLUE value IS 59 (23.44% from 255) = 13.92%
R=37.26%
G=48.82%
B=13.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal158207590.2400.710.1979.8660.6652.16
Hex9ECF3B1804713503d34
Octal23631773300107231207564
Binary10011110110011111110111100001000111100111010000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,207,59); }

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

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

 a { background-color: rgb(158,207,59); }

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

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

 span { border-color: rgb(158,207,59); }

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