Html Css Color HEX #81C196 Padua

📋 copy color: '#81C196'

red 129 ◦ green 193 ◦ blue 150

#81C196
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #81C196

Tints of Padua #81C196

RGB

 RED value IS 129 (50.78% from 255) = 27.33%

 GREEN value IS 193 (75.78% from 255) = 40.89%

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 27.33%
G = 40.89%
B = 31.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#81C196 (or 0x81C196) is known color: Padua. HEX triplet: 81, C1 and 96. RGB value is (129,193,150). Sum of RGB (Red+Green+Blue) = 129+193+150=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #81C196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C196 is #7E3E69. Grayscale: #A9A9A9. Windows color (decimal): -8273514 or 9879937. OLE color: 9879937.

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

Color convert

RGB 129 193 150 -
CMYK 0.33 0 0.22 0.24
HSL 139.69º 0.34% 0.63% -
HSV(B) 139.69º 0.33% 0.76% -
XYZ 33.63 45.01 35.77 -
YUV 168.96 117.3 99.5 -
System Red Green Blue C M Y K H S L
Decimal 129 193 150 0.33 0 0.22 0.24 139.69 0.34 0.63
Hex 81 C1 96 21 0 16 18 8C 22 3F
Octal 201 301 226 41 0 26 30 214 42 77
Binary 10000001 11000001 10010110 100001 0 10110 11000 10001100 100010 111111

Color Harmonies of #81C196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C196

Black with #81C196

Text Example


Text Example

White with #81C196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,193,150); }

 H1.HeaderClassName
 {
   color: #81C196;
 }
 .AnyTagClassName
 {
   color: #81C196;
 }
</style>

background-color css

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

 a { background-color: rgb(129,193,150); }

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

border-color css

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

 span { border-color: rgb(129,193,150); }

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