#30DF8A

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

Shades of Shamrock #30DF8A

Tints of Shamrock #30DF8A

Color information

#30DF8A (or 0x30DF8A) is unknown color: approx Shamrock. HEX triplet: 30, DF and 8A. RGB value is (48,223,138). Sum of RGB (Red+Green+Blue) = 48+223+138=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DF8A is #CF2075. Grayscale: #A1A1A1. Windows color (decimal): -13574262 or 9101104. OLE color: 9101104.

HSL color Cylindrical-coordinate representation of color #30DF8A: hue angle of 150.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DF8A is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB48223138-
CMYK0.7800.380.13
HSL150.86º73.22%53.14%-
HSV(B)150.86º78.48%87.45%-
XYZ32.1955.2433.01-
YUV160.98115.0247.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.74%
GREEN value IS 223 (87.5% from 255) = 54.52%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=11.74%
G=54.52%
B=33.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal482231380.7800.380.13150.8673.2253.14
Hex30DF8A4E026D974935
Octal603372121160461522711165
Binary1100001101111110001010100111001001101101100101111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30DF8A; }

 p { color: rgb(48,223,138); }

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

<style>
 a { background-color: #30DF8A; }

 a { background-color: rgb(48,223,138); }

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

<style>
 span { border-color: #30DF8A; }

 span { border-color: rgb(48,223,138); }

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