#30cf9a

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

Shades of Shamrock #30CF9A

Tints of Shamrock #30CF9A

Color information

#30CF9A (or 0x30CF9A) is unknown color: approx Shamrock. HEX triplet: 30, CF and 9A. RGB value is (48,207,154). Sum of RGB (Red+Green+Blue) = 48+207+154=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CF9A is #CF3065. Grayscale: #999999. Windows color (decimal): -13578342 or 10145584. OLE color: 10145584.

HSL color Cylindrical-coordinate representation of color #30CF9A: hue angle of 160º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CF9A is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB48207154-
CMYK0.7700.260.19
HSL160º62.35%50%-
HSV(B)160º76.81%81.18%-
XYZ29.3647.5938.21-
YUV153.42128.3252.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.74%
GREEN value IS 207 (81.25% from 255) = 50.61%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=11.74%
G=50.61%
B=37.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal482071540.7700.260.1916062.3550
Hex30CF9A4D01A13a03e32
Octal60317232115032232407662
Binary110000110011111001101010011010110101001110100000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30cf9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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