#9ECA48

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

Shades of Atlantis #9ECA48

Tints of Atlantis #9ECA48

Color information

#9ECA48 (or 0x9ECA48) is unknown color: approx Atlantis. HEX triplet: 9E, CA and 48. RGB value is (158,202,72). Sum of RGB (Red+Green+Blue) = 158+202+72=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECA48 is #6135B7. Grayscale: #AEAEAE. Windows color (decimal): -6370744 or 4770462. OLE color: 4770462.

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

Color convert

RGB15820272-
CMYK0.2200.640.21
HSL80.31º55.08%53.73%-
HSV(B)80.31º64.36%79.22%-
XYZ36.3949.9813.86-
YUV174.0270.42116.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.57%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 72 (28.52% from 255) = 16.67%
R=36.57%
G=46.76%
B=16.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158202720.2200.640.2180.3155.0853.73
Hex9ECA481604015503736
Octal236312110260100251206766
Binary100111101100101010010001011001000000101011010000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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