#99C653

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

Shades of Atlantis #99C653

Tints of Atlantis #99C653

Color information

#99C653 (or 0x99C653) is unknown color: approx Atlantis. HEX triplet: 99, C6 and 53. RGB value is (153,198,83). Sum of RGB (Red+Green+Blue) = 153+198+83=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #99C653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C653 is #6639AC. Grayscale: #ABABAB. Windows color (decimal): -6699437 or 5490329. OLE color: 5490329.

HSL color Cylindrical-coordinate representation of color #99C653: hue angle of 83.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99C653 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB15319883-
CMYK0.2300.580.22
HSL83.48º50.22%55.1%-
HSV(B)83.48º58.08%77.65%-
XYZ34.8947.7915.57-
YUV171.4478.09114.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 198 (77.73% from 255) = 45.62%
BLUE value IS 83 (32.81% from 255) = 19.12%
R=35.25%
G=45.62%
B=19.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal153198830.2300.580.2283.4850.2255.1
Hex99C6531703A16533237
Octal23130612327072261236267
Binary10011001110001101010011101110111010101101010011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,198,83); }

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

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

 a { background-color: rgb(153,198,83); }

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

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

 span { border-color: rgb(153,198,83); }

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