#99D64E

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

Shades of Atlantis #99D64E

Tints of Atlantis #99D64E

Color information

#99D64E (or 0x99D64E) is unknown color: approx Atlantis. HEX triplet: 99, D6 and 4E. RGB value is (153,214,78). Sum of RGB (Red+Green+Blue) = 153+214+78=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #99D64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D64E is #6629B1. Grayscale: #B4B4B4. Windows color (decimal): -6695346 or 5166745. OLE color: 5166745.

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

Color convert

RGB15321478-
CMYK0.2900.640.16
HSL86.91º62.39%57.25%-
HSV(B)86.91º63.55%83.92%-
XYZ38.5655.4215.87-
YUV180.2670.29108.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.38%
GREEN value IS 214 (83.98% from 255) = 48.09%
BLUE value IS 78 (30.86% from 255) = 17.53%
R=34.38%
G=48.09%
B=17.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153214780.2900.640.1686.9162.3957.25
Hex99D64E1D04010573e39
Octal231326116350100201277671
Binary100110011101011010011101110101000000100001010111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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