Html Css Color HEX #30F09B Shamrock

📋 copy color: '#30F09B'

red 48 ◦ green 240 ◦ blue 155

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

Shades of Shamrock #30F09B

Tints of Shamrock #30F09B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.18%

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 10.84%
G = 54.18%
B = 34.99%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#30F09B (or 0x30F09B) is known color: Shamrock. HEX triplet: 30, F0 and 9B. RGB value is (48,240,155). Sum of RGB (Red+Green+Blue) = 48+240+155=443 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.84% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #30F09B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F09B is #CF0F64. Grayscale: #ADADAD. Windows color (decimal): -13569893 or 10219568. OLE color: 10219568.

HSL color Cylindrical-coordinate representation of color #30F09B: hue angle of 153.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F09B is Cyan = 0.8, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 240 155 -
CMYK 0.8 0 0.35 0.06
HSL 153.44º 0.86% 0.56% -
HSV(B) 153.44º 0.8% 0.94% -
XYZ 38.3 65.32 41.6 -
YUV 172.9 117.89 38.91 -
System Red Green Blue C M Y K H S L
Decimal 48 240 155 0.8 0 0.35 0.06 153.44 0.86 0.56
Hex 30 F0 9B 50 0 23 6 99 56 38
Octal 60 360 233 120 0 43 6 231 126 70
Binary 110000 11110000 10011011 1010000 0 100011 110 10011001 1010110 111000

Color Harmonies of #30F09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F09B

Black with #30F09B

Text Example


Text Example

White with #30F09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,240,155); }

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

background-color css

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

 a { background-color: rgb(48,240,155); }

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

border-color css

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

 span { border-color: rgb(48,240,155); }

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