#30E6A9

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

Shades of Shamrock #30E6A9

Tints of Shamrock #30E6A9

Color information

#30E6A9 (or 0x30E6A9) is unknown color: approx Shamrock. HEX triplet: 30, E6 and A9. RGB value is (48,230,169). Sum of RGB (Red+Green+Blue) = 48+230+169=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #30E6A9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E6A9 is #CF1956. Grayscale: #A8A8A8. Windows color (decimal): -13572439 or 11134512. OLE color: 11134512.

HSL color Cylindrical-coordinate representation of color #30E6A9: hue angle of 159.89º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E6A9 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB48230169-
CMYK0.7900.270.10
HSL159.89º78.45%54.51%-
HSV(B)159.89º79.13%90.2%-
XYZ36.6860.0947.2-
YUV168.63128.241.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.74%
GREEN value IS 230 (90.23% from 255) = 51.45%
BLUE value IS 169 (66.41% from 255) = 37.81%
R=10.74%
G=51.45%
B=37.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal482301690.7900.270.10159.8978.4554.51
Hex30E6A94F01BAa04e37
Octal603462511170331224011667
Binary110000111001101010100110011110110111010101000001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,230,169); }

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

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

 a { background-color: rgb(48,230,169); }

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

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

 span { border-color: rgb(48,230,169); }

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