#99D645

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

Shades of Atlantis #99D645

Tints of Atlantis #99D645

Color information

#99D645 (or 0x99D645) is unknown color: approx Atlantis. HEX triplet: 99, D6 and 45. RGB value is (153,214,69). Sum of RGB (Red+Green+Blue) = 153+214+69=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #99D645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D645 is #6629BA. Grayscale: #B3B3B3. Windows color (decimal): -6695355 or 4576921. OLE color: 4576921.

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

Color convert

RGB15321469-
CMYK0.2900.680.16
HSL85.24º63.88%55.49%-
HSV(B)85.24º67.76%83.92%-
XYZ38.2655.314.29-
YUV179.2365.79109.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 214 (83.98% from 255) = 49.08%
BLUE value IS 69 (27.34% from 255) = 15.83%
R=35.09%
G=49.08%
B=15.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153214690.2900.680.1685.2463.8855.49
Hex99D6451D04410554037
Octal2313261053501042012510067
Binary1001100111010110100010111101010001001000010101011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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