#99D148

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

Shades of Atlantis #99D148

Tints of Atlantis #99D148

Color information

#99D148 (or 0x99D148) is unknown color: approx Atlantis. HEX triplet: 99, D1 and 48. RGB value is (153,209,72). Sum of RGB (Red+Green+Blue) = 153+209+72=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #99D148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D148 is #662EB7. Grayscale: #B1B1B1. Windows color (decimal): -6696632 or 4772249. OLE color: 4772249.

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

Color convert

RGB15320972-
CMYK0.2700.660.18
HSL84.53º59.83%55.1%-
HSV(B)84.53º65.55%81.96%-
XYZ37.1152.8414.37-
YUV176.6468.95111.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 209 (82.03% from 255) = 48.16%
BLUE value IS 72 (28.52% from 255) = 16.59%
R=35.25%
G=48.16%
B=16.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153209720.2700.660.1884.5359.8355.1
Hex99D1481B04212553c37
Octal231321110330102221257467
Binary100110011101000110010001101101000010100101010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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