#99D051

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

Shades of Atlantis #99D051

Tints of Atlantis #99D051

Color information

#99D051 (or 0x99D051) is unknown color: approx Atlantis. HEX triplet: 99, D0 and 51. RGB value is (153,208,81). Sum of RGB (Red+Green+Blue) = 153+208+81=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #99D051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D051 is #662FAE. Grayscale: #B1B1B1. Windows color (decimal): -6696879 or 5361817. OLE color: 5361817.

HSL color Cylindrical-coordinate representation of color #99D051: hue angle of 85.98º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99D051 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB15320881-
CMYK0.2600.610.18
HSL85.98º57.47%56.67%-
HSV(B)85.98º61.06%81.57%-
XYZ37.1852.4815.95-
YUV177.0873.78110.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 208 (81.64% from 255) = 47.06%
BLUE value IS 81 (32.03% from 255) = 18.33%
R=34.62%
G=47.06%
B=18.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153208810.2600.610.1885.9857.4756.67
Hex99D0511A03D12563939
Octal23132012132075221267171
Binary10011001110100001010001110100111101100101010110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,208,81); }

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

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

 a { background-color: rgb(153,208,81); }

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

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

 span { border-color: rgb(153,208,81); }

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