#81C09A

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

Shades of Padua #81C09A

Tints of Padua #81C09A

Color information

#81C09A (or 0x81C09A) is unknown color: approx Padua. HEX triplet: 81, C0 and 9A. RGB value is (129,192,154). Sum of RGB (Red+Green+Blue) = 129+192+154=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #81C09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C09A is #7E3F65. Grayscale: #A8A8A8. Windows color (decimal): -8273766 or 10141825. OLE color: 10141825.

HSL color Cylindrical-coordinate representation of color #81C09A: hue angle of 143.81º 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 #81C09A is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB129192154-
CMYK0.3300.200.25
HSL143.81º33.33%62.94%-
HSV(B)143.81º32.81%75.29%-
XYZ33.7444.737.42-
YUV168.83119.6399.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=27.16%
G=40.42%
B=32.42%

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
Decimal1291921540.3300.200.25143.8133.3362.94
Hex81C09A210141990213f
Octal20130023241024312204177
Binary1000000111000000100110101000010101001100110010000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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