#30c09a

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

Shades of Shamrock #30C09A

Tints of Shamrock #30C09A

Color information

#30C09A (or 0x30C09A) is unknown color: approx Shamrock. HEX triplet: 30, C0 and 9A. RGB value is (48,192,154). Sum of RGB (Red+Green+Blue) = 48+192+154=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #30C09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C09A is #CF3F65. Grayscale: #909090. Windows color (decimal): -13582182 or 10141744. OLE color: 10141744.

HSL color Cylindrical-coordinate representation of color #30C09A: hue angle of 164.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C09A is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB48192154-
CMYK0.7500.200.25
HSL164.17º60%47.06%-
HSV(B)164.17º75%75.29%-
XYZ25.940.6637.06-
YUV144.61133.2959.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.18%
GREEN value IS 192 (75.39% from 255) = 48.73%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=12.18%
G=48.73%
B=39.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481921540.7500.200.25164.176047.06
Hex30C09A4B01419a43c2f
Octal60300232113024312447457
Binary110000110000001001101010010110101001100110100100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30c09a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,192,154); }

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

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

 a { background-color: rgb(48,192,154); }

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

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

 span { border-color: rgb(48,192,154); }

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