#81aa30

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

Shades of Sushi #81AA30

Tints of Sushi #81AA30

Color information

#81AA30 (or 0x81AA30) is unknown color: approx Sushi. HEX triplet: 81, AA and 30. RGB value is (129,170,48). Sum of RGB (Red+Green+Blue) = 129+170+48=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AA30 is #7E55CF. Grayscale: #909090. Windows color (decimal): -8279504 or 3189377. OLE color: 3189377.

HSL color Cylindrical-coordinate representation of color #81AA30: hue angle of 80.16º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #81AA30 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB12917048-
CMYK0.2400.720.33
HSL80.16º55.96%42.75%-
HSV(B)80.16º71.76%66.67%-
XYZ23.9633.638.02-
YUV143.8373.92117.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=37.18%
G=48.99%
B=13.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129170480.2400.720.3380.1655.9642.75
Hex81AA30180482150382b
Octal20125260300110411207053
Binary100000011010101011000011000010010001000011010000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81aa30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,170,48); }

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

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

 a { background-color: rgb(129,170,48); }

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

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

 span { border-color: rgb(129,170,48); }

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