#99D149

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

Shades of Atlantis #99D149

Tints of Atlantis #99D149

Color information

#99D149 (or 0x99D149) is unknown color: approx Atlantis. HEX triplet: 99, D1 and 49. RGB value is (153,209,73). Sum of RGB (Red+Green+Blue) = 153+209+73=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #99D149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D149 is #662EB6. Grayscale: #B1B1B1. Windows color (decimal): -6696631 or 4837785. OLE color: 4837785.

HSL color Cylindrical-coordinate representation of color #99D149: hue angle of 84.71º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99D149 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB15320973-
CMYK0.2700.650.18
HSL84.71º59.65%55.29%-
HSV(B)84.71º65.07%81.96%-
XYZ37.1452.8514.55-
YUV176.7569.45111.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 209 (82.03% from 255) = 48.05%
BLUE value IS 73 (28.91% from 255) = 16.78%
R=35.17%
G=48.05%
B=16.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153209730.2700.650.1884.7159.6555.29
Hex99D1491B04112553c37
Octal231321111330101221257467
Binary100110011101000110010011101101000001100101010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,209,73); }

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

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

 a { background-color: rgb(153,209,73); }

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

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

 span { border-color: rgb(153,209,73); }

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