#30F6A7

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

Shades of Shamrock #30F6A7

Tints of Shamrock #30F6A7

Color information

#30F6A7 (or 0x30F6A7) is unknown color: approx Shamrock. HEX triplet: 30, F6 and A7. RGB value is (48,246,167). Sum of RGB (Red+Green+Blue) = 48+246+167=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #30F6A7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F6A7 is #CF0958. Grayscale: #B1B1B1. Windows color (decimal): -13568345 or 11007536. OLE color: 11007536.

HSL color Cylindrical-coordinate representation of color #30F6A7: hue angle of 156.06º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F6A7 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB48246167-
CMYK0.8000.320.04
HSL156.06º91.67%57.65%-
HSV(B)156.06º80.49%96.47%-
XYZ41.1569.3347.77-
YUV177.79121.935.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.41%
GREEN value IS 246 (96.48% from 255) = 53.36%
BLUE value IS 167 (65.62% from 255) = 36.23%
R=10.41%
G=53.36%
B=36.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal482461670.8000.320.04156.0691.6757.65
Hex30F6A75002049c5c3a
Octal60366247120040423413472
Binary110000111101101010011110100000100000100100111001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,246,167); }

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

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

 a { background-color: rgb(48,246,167); }

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

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

 span { border-color: rgb(48,246,167); }

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