#81AE35

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

Shades of Sushi #81AE35

Tints of Sushi #81AE35

Color information

#81AE35 (or 0x81AE35) is unknown color: approx Sushi. HEX triplet: 81, AE and 35. RGB value is (129,174,53). Sum of RGB (Red+Green+Blue) = 129+174+53=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AE35 is #7E51CA. Grayscale: #939393. Windows color (decimal): -8278475 or 3518081. OLE color: 3518081.

HSL color Cylindrical-coordinate representation of color #81AE35: hue angle of 82.31º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81AE35 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB12917453-
CMYK0.2600.700.32
HSL82.31º53.3%44.51%-
HSV(B)82.31º69.54%68.24%-
XYZ24.8335.28.85-
YUV146.7575.09115.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 174 (68.36% from 255) = 48.88%
BLUE value IS 53 (21.09% from 255) = 14.89%
R=36.24%
G=48.88%
B=14.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129174530.2600.700.3282.3153.344.51
Hex81AE351A0462052352d
Octal20125665320106401226555
Binary100000011010111011010111010010001101000001010010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,174,53); }

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

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

 a { background-color: rgb(129,174,53); }

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

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

 span { border-color: rgb(129,174,53); }

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