#99C645

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

Shades of Atlantis #99C645

Tints of Atlantis #99C645

Color information

#99C645 (or 0x99C645) is unknown color: approx Atlantis. HEX triplet: 99, C6 and 45. RGB value is (153,198,69). Sum of RGB (Red+Green+Blue) = 153+198+69=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #99C645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C645 is #6639BA. Grayscale: #AAAAAA. Windows color (decimal): -6699451 or 4572825. OLE color: 4572825.

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

Color convert

RGB15319869-
CMYK0.2300.650.22
HSL80.93º53.09%52.35%-
HSV(B)80.93º65.15%77.65%-
XYZ34.4147.5913-
YUV169.8471.09115.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 198 (77.73% from 255) = 47.14%
BLUE value IS 69 (27.34% from 255) = 16.43%
R=36.43%
G=47.14%
B=16.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal153198690.2300.650.2280.9353.0952.35
Hex99C6451704116513534
Octal231306105270101261216564
Binary100110011100011010001011011101000001101101010001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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