#81C39C

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

Shades of Padua #81C39C

Tints of Padua #81C39C

Color information

#81C39C (or 0x81C39C) is unknown color: approx Padua. HEX triplet: 81, C3 and 9C. RGB value is (129,195,156). Sum of RGB (Red+Green+Blue) = 129+195+156=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #81C39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C39C is #7E3C63. Grayscale: #AAAAAA. Windows color (decimal): -8272996 or 10273665. OLE color: 10273665.

HSL color Cylindrical-coordinate representation of color #81C39C: hue angle of 144.55º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81C39C is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB129195156-
CMYK0.3400.200.24
HSL144.55º35.48%63.53%-
HSV(B)144.55º33.85%76.47%-
XYZ34.5746.138.53-
YUV170.82119.6398.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.88%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=26.88%
G=40.62%
B=32.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291951560.3400.200.24144.5535.4863.53
Hex81C39C2201418912340
Octal201303234420243022143100
Binary10000001110000111001110010001001010011000100100011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,195,156); }

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

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

 a { background-color: rgb(129,195,156); }

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

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

 span { border-color: rgb(129,195,156); }

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