#44BF99

Color #44BF99 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #44BF99

Tints of Shamrock #44BF99

Color information

#44BF99 (or 0x44BF99) is unknown color: approx Shamrock. HEX triplet: 44, BF and 99. RGB value is (68,191,153). Sum of RGB (Red+Green+Blue) = 68+191+153=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #44BF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44BF99 is #BB4066. Grayscale: #959595. Windows color (decimal): -12271719 or 10075972. OLE color: 10075972.

HSL color Cylindrical-coordinate representation of color #44BF99: hue angle of 161.46º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BF99 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB68191153-
CMYK0.6400.200.25
HSL161.46º49%50.78%-
HSV(B)161.46º64.4%74.9%-
XYZ26.7640.7936.6-
YUV149.89129.7569.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.50%
GREEN value IS 191 (75% from 255) = 46.36%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=16.50%
G=46.36%
B=37.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681911530.6400.200.25161.464950.78
Hex44BF994001419a13133
Octal104277231100024312416163
Binary1000100101111111001100110000000101001100110100001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44BF99; }

 p { color: rgb(68,191,153); }

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

<style>
 a { background-color: #44BF99; }

 a { background-color: rgb(68,191,153); }

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

<style>
 span { border-color: #44BF99; }

 span { border-color: rgb(68,191,153); }

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