#99C145

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

Shades of Atlantis #99C145

Tints of Atlantis #99C145

Color information

#99C145 (or 0x99C145) is unknown color: approx Atlantis. HEX triplet: 99, C1 and 45. RGB value is (153,193,69). Sum of RGB (Red+Green+Blue) = 153+193+69=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #99C145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C145 is #663EBA. Grayscale: #A7A7A7. Windows color (decimal): -6700731 or 4571545. OLE color: 4571545.

HSL color Cylindrical-coordinate representation of color #99C145: hue angle of 79.35º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99C145 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB15319369-
CMYK0.2100.640.24
HSL79.35º50%51.37%-
HSV(B)79.35º64.25%75.69%-
XYZ33.2845.3412.63-
YUV166.972.75118.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 193 (75.78% from 255) = 46.51%
BLUE value IS 69 (27.34% from 255) = 16.63%
R=36.87%
G=46.51%
B=16.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal153193690.2100.640.2479.355051.37
Hex99C14515040184f3233
Octal231301105250100301176263
Binary100110011100000110001011010101000000110001001111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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