#89CA42

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

Shades of Atlantis #89CA42

Tints of Atlantis #89CA42

Color information

#89CA42 (or 0x89CA42) is unknown color: approx Atlantis. HEX triplet: 89, CA and 42. RGB value is (137,202,66). Sum of RGB (Red+Green+Blue) = 137+202+66=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #89CA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89CA42 is #7635BD. Grayscale: #A7A7A7. Windows color (decimal): -7747006 or 4377225. OLE color: 4377225.

HSL color Cylindrical-coordinate representation of color #89CA42: hue angle of 88.68º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89CA42 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB13720266-
CMYK0.3200.670.21
HSL88.68º56.2%52.55%-
HSV(B)88.68º67.33%79.22%-
XYZ32.4247.9512.7-
YUV167.0670.97106.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.83%
GREEN value IS 202 (79.30% from 255) = 49.88%
BLUE value IS 66 (26.17% from 255) = 16.30%
R=33.83%
G=49.88%
B=16.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal137202660.3200.670.2188.6856.252.55
Hex89CA422004315593835
Octal211312102400103251317065
Binary1000100111001010100001010000001000011101011011001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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