Html Css Color HEX #30F690 Shamrock

📋 copy color: '#30F690'

red 48 ◦ green 246 ◦ blue 144

#30F690
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #30F690

Tints of Shamrock #30F690

RGB

 RED value IS 48 (19.14% from 255) = 10.96%

 GREEN value IS 246 (96.48% from 255) = 56.16%

 BLUE value IS 144 (56.64% from 255) = 32.88%

R = 10.96%
G = 56.16%
B = 32.88%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#30F690 (or 0x30F690) is known color: Shamrock. HEX triplet: 30, F6 and 90. RGB value is (48,246,144). Sum of RGB (Red+Green+Blue) = 48+246+144=438 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.96% from 438); Green value is 246 (96.48% from 255 or 56.16% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 246 - color contains mainly: green. Hex color #30F690 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F690 is #CF096F. Grayscale: #AFAFAF. Windows color (decimal): -13568368 or 9500208. OLE color: 9500208.

HSL color Cylindrical-coordinate representation of color #30F690: hue angle of 149.09º 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 #30F690 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 246 144 -
CMYK 0.80 0 0.41 0.04
HSL 149.09º 0.92% 0.58% -
HSV(B) 149.09º 0.8% 0.96% -
XYZ 39.21 68.55 37.55 -
YUV 175.17 110.4 37.29 -
System Red Green Blue C M Y K H S L
Decimal 48 246 144 0.80 0 0.41 0.04 149.09 0.92 0.58
Hex 30 F6 90 50 0 29 4 95 5C 3A
Octal 60 366 220 120 0 51 4 225 134 72
Binary 110000 11110110 10010000 1010000 0 101001 100 10010101 1011100 111010

Color Harmonies of #30F690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F690

Black with #30F690

Text Example


Text Example

White with #30F690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30F690;
 }
 .AnyTagClassName
 {
   color: #30F690;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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