#99D84D

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

Shades of Atlantis #99D84D

Tints of Atlantis #99D84D

Color information

#99D84D (or 0x99D84D) is unknown color: approx Atlantis. HEX triplet: 99, D8 and 4D. RGB value is (153,216,77). Sum of RGB (Red+Green+Blue) = 153+216+77=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #99D84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D84D is #6627B2. Grayscale: #B5B5B5. Windows color (decimal): -6694835 or 5101721. OLE color: 5101721.

HSL color Cylindrical-coordinate representation of color #99D84D: hue angle of 87.19º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99D84D is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB15321677-
CMYK0.2900.640.15
HSL87.19º64.06%57.45%-
HSV(B)87.19º64.35%84.71%-
XYZ39.0356.4215.85-
YUV181.3269.13107.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 216 (84.77% from 255) = 48.43%
BLUE value IS 77 (30.47% from 255) = 17.26%
R=34.30%
G=48.43%
B=17.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal153216770.2900.640.1587.1964.0657.45
Hex99D84D1D040F574039
Octal2313301153501001712710071
Binary100110011101100010011011110101000000111110101111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,216,77); }

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

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

 a { background-color: rgb(153,216,77); }

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

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

 span { border-color: rgb(153,216,77); }

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