#99C648

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

Shades of Atlantis #99C648

Tints of Atlantis #99C648

Color information

#99C648 (or 0x99C648) is unknown color: approx Atlantis. HEX triplet: 99, C6 and 48. RGB value is (153,198,72). Sum of RGB (Red+Green+Blue) = 153+198+72=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #99C648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C648 is #6639B7. Grayscale: #AAAAAA. Windows color (decimal): -6699448 or 4769433. OLE color: 4769433.

HSL color Cylindrical-coordinate representation of color #99C648: hue angle of 81.43º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99C648 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB15319872-
CMYK0.2300.640.22
HSL81.43º52.5%52.94%-
HSV(B)81.43º63.64%77.65%-
XYZ34.547.6313.51-
YUV170.1872.59115.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 198 (77.73% from 255) = 46.81%
BLUE value IS 72 (28.52% from 255) = 17.02%
R=36.17%
G=46.81%
B=17.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal153198720.2300.640.2281.4352.552.94
Hex99C6481704016513535
Octal231306110270100261216565
Binary100110011100011010010001011101000000101101010001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,198,72); }

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

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

 a { background-color: rgb(153,198,72); }

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

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

 span { border-color: rgb(153,198,72); }

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