#89CA48

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

Shades of Atlantis #89CA48

Tints of Atlantis #89CA48

Color information

#89CA48 (or 0x89CA48) is unknown color: approx Atlantis. HEX triplet: 89, CA and 48. RGB value is (137,202,72). Sum of RGB (Red+Green+Blue) = 137+202+72=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #89CA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89CA48 is #7635B7. Grayscale: #A8A8A8. Windows color (decimal): -7747000 or 4770441. OLE color: 4770441.

HSL color Cylindrical-coordinate representation of color #89CA48: hue angle of 90º 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 #89CA48 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB13720272-
CMYK0.3200.640.21
HSL90º55.08%53.73%-
HSV(B)90º64.36%79.22%-
XYZ32.6148.0313.68-
YUV167.7473.97106.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 49.15%
BLUE value IS 72 (28.52% from 255) = 17.52%
R=33.33%
G=49.15%
B=17.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal137202720.3200.640.219055.0853.73
Hex89CA4820040155a3736
Octal211312110400100251326766
Binary1000100111001010100100010000001000000101011011010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89CA48; }

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

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

<style>
 a { background-color: #89CA48; }

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

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

<style>
 span { border-color: #89CA48; }

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

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