#98cc59

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

Shades of Atlantis #98CC59

Tints of Atlantis #98CC59

Color information

#98CC59 (or 0x98CC59) is unknown color: approx Atlantis. HEX triplet: 98, CC and 59. RGB value is (152,204,89). Sum of RGB (Red+Green+Blue) = 152+204+89=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CC59 is #6733A6. Grayscale: #AFAFAF. Windows color (decimal): -6763431 or 5885080. OLE color: 5885080.

HSL color Cylindrical-coordinate representation of color #98CC59: hue angle of 87.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98CC59 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB15220489-
CMYK0.2500.560.2
HSL87.13º53%57.45%-
HSV(B)87.13º56.37%80%-
XYZ36.3450.5817.3-
YUV175.3479.27111.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 204 (80.08% from 255) = 45.84%
BLUE value IS 89 (35.16% from 255) = 20%
R=34.16%
G=45.84%
B=20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152204890.2500.560.287.135357.45
Hex98CC591903814573539
Octal23031413131070241276571
Binary10011000110011001011001110010111000101001010111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98cc59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98cc59; }

 p { color: rgb(152,204,89); }

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

<style>
 a { background-color: #98cc59; }

 a { background-color: rgb(152,204,89); }

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

<style>
 span { border-color: #98cc59; }

 span { border-color: rgb(152,204,89); }

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