Html Css Color HEX #30EF9F Shamrock

📋 copy color: '#30EF9F'

red 48 ◦ green 239 ◦ blue 159

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

Shades of Shamrock #30EF9F

Tints of Shamrock #30EF9F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.59%

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 10.76%
G = 53.59%
B = 35.65%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#30EF9F (or 0x30EF9F) is known color: Shamrock. HEX triplet: 30, EF and 9F. RGB value is (48,239,159). Sum of RGB (Red+Green+Blue) = 48+239+159=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 239 (93.75% from 255 or 53.59% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 239 - color contains mainly: green. Hex color #30EF9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EF9F is #CF1060. Grayscale: #ACACAC. Windows color (decimal): -13570145 or 10481456. OLE color: 10481456.

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

Color convert

RGB 48 239 159 -
CMYK 0.80 0 0.33 0.06
HSL 154.87º 0.86% 0.56% -
HSV(B) 154.87º 0.8% 0.94% -
XYZ 38.34 64.86 43.3 -
YUV 172.77 120.22 39 -
System Red Green Blue C M Y K H S L
Decimal 48 239 159 0.80 0 0.33 0.06 154.87 0.86 0.56
Hex 30 EF 9F 50 0 21 6 9B 56 38
Octal 60 357 237 120 0 41 6 233 126 70
Binary 110000 11101111 10011111 1010000 0 100001 110 10011011 1010110 111000

Color Harmonies of #30EF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EF9F

Black with #30EF9F

Text Example


Text Example

White with #30EF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,239,159); }

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

background-color css

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

 a { background-color: rgb(48,239,159); }

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

border-color css

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

 span { border-color: rgb(48,239,159); }

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