#99cc59

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

Shades of Atlantis #99CC59

Tints of Atlantis #99CC59

Color information

#99CC59 (or 0x99CC59) is unknown color: approx Atlantis. HEX triplet: 99, CC and 59. RGB value is (153,204,89). Sum of RGB (Red+Green+Blue) = 153+204+89=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CC59 is #6633A6. Grayscale: #B0B0B0. Windows color (decimal): -6697895 or 5885081. OLE color: 5885081.

HSL color Cylindrical-coordinate representation of color #99CC59: hue angle of 86.61º 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 #99CC59 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB15320489-
CMYK0.2500.560.2
HSL86.61º53%57.45%-
HSV(B)86.61º56.37%80%-
XYZ36.5350.6817.31-
YUV175.6479.1111.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 204 (80.08% from 255) = 45.74%
BLUE value IS 89 (35.16% from 255) = 19.96%
R=34.30%
G=45.74%
B=19.96%

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
Decimal153204890.2500.560.286.615357.45
Hex99CC591903814573539
Octal23131413131070241276571
Binary10011001110011001011001110010111000101001010111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99cc59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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