#81AD3E

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

Shades of Sushi #81AD3E

Tints of Sushi #81AD3E

Color information

#81AD3E (or 0x81AD3E) is unknown color: approx Sushi. HEX triplet: 81, AD and 3E. RGB value is (129,173,62). Sum of RGB (Red+Green+Blue) = 129+173+62=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AD3E is #7E52C1. Grayscale: #939393. Windows color (decimal): -8278722 or 4107649. OLE color: 4107649.

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

Color convert

RGB12917362-
CMYK0.2500.640.32
HSL83.78º47.23%46.08%-
HSV(B)83.78º64.16%67.84%-
XYZ24.8734.99.98-
YUV147.1979.92115.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.44%
GREEN value IS 173 (67.97% from 255) = 47.53%
BLUE value IS 62 (24.61% from 255) = 17.03%
R=35.44%
G=47.53%
B=17.03%

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
Decimal129173620.2500.640.3283.7847.2346.08
Hex81AD3E1904020542f2e
Octal20125576310100401245756
Binary100000011010110111111011001010000001000001010100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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