#30E7A0

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

Shades of Shamrock #30E7A0

Tints of Shamrock #30E7A0

Color information

#30E7A0 (or 0x30E7A0) is unknown color: approx Shamrock. HEX triplet: 30, E7 and A0. RGB value is (48,231,160). Sum of RGB (Red+Green+Blue) = 48+231+160=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #30E7A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E7A0 is #CF185F. Grayscale: #A8A8A8. Windows color (decimal): -13572192 or 10544944. OLE color: 10544944.

HSL color Cylindrical-coordinate representation of color #30E7A0: hue angle of 156.72º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E7A0 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB48231160-
CMYK0.7900.310.09
HSL156.72º79.22%54.71%-
HSV(B)156.72º79.22%90.59%-
XYZ36.1460.3243-
YUV168.19123.3742.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.93%
GREEN value IS 231 (90.62% from 255) = 52.62%
BLUE value IS 160 (62.89% from 255) = 36.45%
R=10.93%
G=52.62%
B=36.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal482311600.7900.310.09156.7279.2254.71
Hex30E7A04F01F99d4f37
Octal603472401170371123511767
Binary110000111001111010000010011110111111001100111011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,231,160); }

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

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

 a { background-color: rgb(48,231,160); }

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

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

 span { border-color: rgb(48,231,160); }

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