#99C451

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

Shades of Atlantis #99C451

Tints of Atlantis #99C451

Color information

#99C451 (or 0x99C451) is unknown color: approx Atlantis. HEX triplet: 99, C4 and 51. RGB value is (153,196,81). Sum of RGB (Red+Green+Blue) = 153+196+81=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #99C451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C451 is #663BAE. Grayscale: #AAAAAA. Windows color (decimal): -6699951 or 5358745. OLE color: 5358745.

HSL color Cylindrical-coordinate representation of color #99C451: hue angle of 82.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99C451 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB15319681-
CMYK0.2200.590.23
HSL82.43º49.36%54.31%-
HSV(B)82.43º58.67%76.86%-
XYZ34.3646.8515.02-
YUV170.0377.75115.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 196 (76.95% from 255) = 45.58%
BLUE value IS 81 (32.03% from 255) = 18.84%
R=35.58%
G=45.58%
B=18.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal153196810.2200.590.2382.4349.3654.31
Hex99C4511603B17523136
Octal23130412126073271226166
Binary10011001110001001010001101100111011101111010010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,196,81); }

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

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

 a { background-color: rgb(153,196,81); }

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

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

 span { border-color: rgb(153,196,81); }

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