#99D04B

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

Shades of Atlantis #99D04B

Tints of Atlantis #99D04B

Color information

#99D04B (or 0x99D04B) is unknown color: approx Atlantis. HEX triplet: 99, D0 and 4B. RGB value is (153,208,75). Sum of RGB (Red+Green+Blue) = 153+208+75=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #99D04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D04B is #662FB4. Grayscale: #B0B0B0. Windows color (decimal): -6696885 or 4968601. OLE color: 4968601.

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

Color convert

RGB15320875-
CMYK0.2600.640.18
HSL84.81º58.59%55.49%-
HSV(B)84.81º63.94%81.57%-
XYZ36.9652.3914.82-
YUV176.3970.78111.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 208 (81.64% from 255) = 47.71%
BLUE value IS 75 (29.69% from 255) = 17.20%
R=35.09%
G=47.71%
B=17.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153208750.2600.640.1884.8158.5955.49
Hex99D04B1A04012553b37
Octal231320113320100221257367
Binary100110011101000010010111101001000000100101010101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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