#81AB30

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

Shades of Sushi #81AB30

Tints of Sushi #81AB30

Color information

#81AB30 (or 0x81AB30) is unknown color: approx Sushi. HEX triplet: 81, AB and 30. RGB value is (129,171,48). Sum of RGB (Red+Green+Blue) = 129+171+48=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB30 is #7E54CF. Grayscale: #909090. Windows color (decimal): -8279248 or 3189633. OLE color: 3189633.

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

Color convert

RGB12917148-
CMYK0.2500.720.33
HSL80.49º56.16%42.94%-
HSV(B)80.49º71.93%67.06%-
XYZ24.1534.018.09-
YUV144.4273.59117-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 48 (19.14% from 255) = 13.79%
R=37.07%
G=49.14%
B=13.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129171480.2500.720.3380.4956.1642.94
Hex81AB30190482150382b
Octal20125360310110411207053
Binary100000011010101111000011001010010001000011010000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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