Html Css Color HEX #1CC074 Mountain Meadow

📋 copy color: '#1CC074'

red 28 ◦ green 192 ◦ blue 116

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

Shades of Mountain Meadow #1CC074

Tints of Mountain Meadow #1CC074

RGB

 RED value IS 28 (11.33% from 255) = 8.33%

 GREEN value IS 192 (75.39% from 255) = 57.14%

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 8.33%
G = 57.14%
B = 34.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#1CC074 (or 0x1CC074) is known color: Mountain Meadow. HEX triplet: 1C, C0 and 74. RGB value is (28,192,116). Sum of RGB (Red+Green+Blue) = 28+192+116=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC074 is #E33F8B. Grayscale: #868686. Windows color (decimal): -14892940 or 7651356. OLE color: 7651356.

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

Color convert

RGB 28 192 116 -
CMYK 0.85 0 0.40 0.25
HSL 152.2º 0.75% 0.43% -
HSV(B) 152.2º 0.85% 0.75% -
XYZ 22.48 39.21 22.91 -
YUV 134.3 117.67 52.18 -
System Red Green Blue C M Y K H S L
Decimal 28 192 116 0.85 0 0.40 0.25 152.2 0.75 0.43
Hex 1C C0 74 55 0 28 19 98 4B 2B
Octal 34 300 164 125 0 50 31 230 113 53
Binary 11100 11000000 1110100 1010101 0 101000 11001 10011000 1001011 101011

Color Harmonies of #1CC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC074

Black with #1CC074

Text Example


Text Example

White with #1CC074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,192,116); }

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

background-color css

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

 a { background-color: rgb(28,192,116); }

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

border-color css

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

 span { border-color: rgb(28,192,116); }

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