#28dd90

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

Shades of Shamrock #28DD90

Tints of Shamrock #28DD90

Color information

#28DD90 (or 0x28DD90) is unknown color: approx Shamrock. HEX triplet: 28, DD and 90. RGB value is (40,221,144). Sum of RGB (Red+Green+Blue) = 40+221+144=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DD90 is #D7226F. Grayscale: #9E9E9E. Windows color (decimal): -14099056 or 9493800. OLE color: 9493800.

HSL color Cylindrical-coordinate representation of color #28DD90: hue angle of 154.48º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DD90 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB40221144-
CMYK0.8200.350.13
HSL154.48º72.69%51.18%-
HSV(B)154.48º81.9%86.67%-
XYZ31.7754.1835.17-
YUV158.1120.0343.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.88%
GREEN value IS 221 (86.72% from 255) = 54.57%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=9.88%
G=54.57%
B=35.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal402211440.8200.350.13154.4872.6951.18
Hex28DD9052023D9a4933
Octal503352201220431523211163
Binary1010001101110110010000101001001000111101100110101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28dd90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28dd90; }

 p { color: rgb(40,221,144); }

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

<style>
 a { background-color: #28dd90; }

 a { background-color: rgb(40,221,144); }

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

<style>
 span { border-color: #28dd90; }

 span { border-color: rgb(40,221,144); }

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