#99DC4E

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

Shades of Atlantis #99DC4E

Tints of Atlantis #99DC4E

Color information

#99DC4E (or 0x99DC4E) is unknown color: approx Atlantis. HEX triplet: 99, DC and 4E. RGB value is (153,220,78). Sum of RGB (Red+Green+Blue) = 153+220+78=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DC4E is #6623B1. Grayscale: #B8B8B8. Windows color (decimal): -6693810 or 5168281. OLE color: 5168281.

HSL color Cylindrical-coordinate representation of color #99DC4E: hue angle of 88.31º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99DC4E is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB15322078-
CMYK0.3000.650.14
HSL88.31º66.98%58.43%-
HSV(B)88.31º64.55%86.27%-
XYZ40.1158.5116.39-
YUV183.7868.3106.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.92%
GREEN value IS 220 (86.33% from 255) = 48.78%
BLUE value IS 78 (30.86% from 255) = 17.29%
R=33.92%
G=48.78%
B=17.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal153220780.3000.650.1488.3166.9858.43
Hex99DC4E1E041E58433a
Octal2313341163601011613010372
Binary100110011101110010011101111001000001111010110001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,220,78); }

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

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

 a { background-color: rgb(153,220,78); }

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

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

 span { border-color: rgb(153,220,78); }

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