#81AD3F

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

Shades of Sushi #81AD3F

Tints of Sushi #81AD3F

Color information

#81AD3F (or 0x81AD3F) is unknown color: approx Sushi. HEX triplet: 81, AD and 3F. RGB value is (129,173,63). Sum of RGB (Red+Green+Blue) = 129+173+63=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AD3F is #7E52C0. Grayscale: #939393. Windows color (decimal): -8278721 or 4173185. OLE color: 4173185.

HSL color Cylindrical-coordinate representation of color #81AD3F: hue angle of 84º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81AD3F is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB12917363-
CMYK0.2500.640.32
HSL84º46.61%46.27%-
HSV(B)84º63.58%67.84%-
XYZ24.8934.9110.13-
YUV147.380.42114.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 63 (25% from 255) = 17.26%
R=35.34%
G=47.40%
B=17.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129173630.2500.640.328446.6146.27
Hex81AD3F1904020542f2e
Octal20125577310100401245756
Binary100000011010110111111111001010000001000001010100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,173,63); }

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

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

 a { background-color: rgb(129,173,63); }

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

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

 span { border-color: rgb(129,173,63); }

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