Html Css Color HEX #1EBF9A Mountain Meadow

📋 copy color: '#1EBF9A'

red 30 ◦ green 191 ◦ blue 154

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

Shades of Mountain Meadow #1EBF9A

Tints of Mountain Meadow #1EBF9A

RGB

 RED value IS 30 (12.11% from 255) = 8%

 GREEN value IS 191 (75% from 255) = 50.93%

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 8%
G = 50.93%
B = 41.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#1EBF9A (or 0x1EBF9A) is known color: Mountain Meadow. HEX triplet: 1E, BF and 9A. RGB value is (30,191,154). Sum of RGB (Red+Green+Blue) = 30+191+154=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #1EBF9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBF9A is #E14065. Grayscale: #8A8A8A. Windows color (decimal): -14762086 or 10141470. OLE color: 10141470.

HSL color Cylindrical-coordinate representation of color #1EBF9A: hue angle of 166.21º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBF9A is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 191 154 -
CMYK 0.84 0 0.19 0.25
HSL 166.21º 0.73% 0.43% -
HSV(B) 166.21º 0.84% 0.75% -
XYZ 25 39.87 36.95 -
YUV 138.64 136.66 50.51 -
System Red Green Blue C M Y K H S L
Decimal 30 191 154 0.84 0 0.19 0.25 166.21 0.73 0.43
Hex 1E BF 9A 54 0 13 19 A6 49 2B
Octal 36 277 232 124 0 23 31 246 111 53
Binary 11110 10111111 10011010 1010100 0 10011 11001 10100110 1001001 101011

Color Harmonies of #1EBF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBF9A

Black with #1EBF9A

Text Example


Text Example

White with #1EBF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EBF9A; }

 p { color: rgb(30,191,154); }

 H1.HeaderClassName
 {
   color: #1EBF9A;
 }
 .AnyTagClassName
 {
   color: #1EBF9A;
 }
</style>

background-color css

<style>
 a { background-color: #1EBF9A; }

 a { background-color: rgb(30,191,154); }

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

border-color css

<style>
 span { border-color: #1EBF9A; }

 span { border-color: rgb(30,191,154); }

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