#99C245

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

Shades of Atlantis #99C245

Tints of Atlantis #99C245

Color information

#99C245 (or 0x99C245) is unknown color: approx Atlantis. HEX triplet: 99, C2 and 45. RGB value is (153,194,69). Sum of RGB (Red+Green+Blue) = 153+194+69=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #99C245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C245 is #663DBA. Grayscale: #A7A7A7. Windows color (decimal): -6700475 or 4571801. OLE color: 4571801.

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

Color convert

RGB15319469-
CMYK0.2100.640.24
HSL79.68º50.61%51.57%-
HSV(B)79.68º64.43%76.08%-
XYZ33.545.7912.7-
YUV167.4972.42117.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.78%
GREEN value IS 194 (76.17% from 255) = 46.63%
BLUE value IS 69 (27.34% from 255) = 16.59%
R=36.78%
G=46.63%
B=16.59%

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
Decimal153194690.2100.640.2479.6850.6151.57
Hex99C2451504018503334
Octal231302105250100301206364
Binary100110011100001010001011010101000000110001010000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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