#81C099

Color #81C099 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #81C099

Tints of Padua #81C099

Color information

#81C099 (or 0x81C099) is unknown color: approx Padua. HEX triplet: 81, C0 and 99. RGB value is (129,192,153). Sum of RGB (Red+Green+Blue) = 129+192+153=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #81C099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C099 is #7E3F66. Grayscale: #A8A8A8. Windows color (decimal): -8273767 or 10076289. OLE color: 10076289.

HSL color Cylindrical-coordinate representation of color #81C099: hue angle of 142.86º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C099 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB129192153-
CMYK0.3300.200.25
HSL142.86º33.33%62.94%-
HSV(B)142.86º32.81%75.29%-
XYZ33.6544.6736.98-
YUV168.72119.1399.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 153 (60.16% from 255) = 32.28%
R=27.22%
G=40.51%
B=32.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291921530.3300.200.25142.8633.3362.94
Hex81C09921014198f213f
Octal20130023141024312174177
Binary1000000111000000100110011000010101001100110001111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81C099; }

 p { color: rgb(129,192,153); }

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

<style>
 a { background-color: #81C099; }

 a { background-color: rgb(129,192,153); }

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

<style>
 span { border-color: #81C099; }

 span { border-color: rgb(129,192,153); }

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