Html Css Color HEX #1CC185 Mountain Meadow

📋 copy color: '#1CC185'

red 28 ◦ green 193 ◦ blue 133

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

Shades of Mountain Meadow #1CC185

Tints of Mountain Meadow #1CC185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.52%

 BLUE value IS 133 (52.34% from 255) = 37.57%

R = 7.91%
G = 54.52%
B = 37.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#1CC185 (or 0x1CC185) is known color: Mountain Meadow. HEX triplet: 1C, C1 and 85. RGB value is (28,193,133). Sum of RGB (Red+Green+Blue) = 28+193+133=354 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.91% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC185 is #E33E7A. Grayscale: #888888. Windows color (decimal): -14892667 or 8765724. OLE color: 8765724.

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

Color convert

RGB 28 193 133 -
CMYK 0.85 0 0.31 0.24
HSL 158.18º 0.75% 0.43% -
HSV(B) 158.18º 0.85% 0.76% -
XYZ 23.78 40.08 28.67 -
YUV 136.83 125.84 50.38 -
System Red Green Blue C M Y K H S L
Decimal 28 193 133 0.85 0 0.31 0.24 158.18 0.75 0.43
Hex 1C C1 85 55 0 1F 18 9E 4B 2B
Octal 34 301 205 125 0 37 30 236 113 53
Binary 11100 11000001 10000101 1010101 0 11111 11000 10011110 1001011 101011

Color Harmonies of #1CC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC185

Black with #1CC185

Text Example


Text Example

White with #1CC185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,193,133); }

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

background-color css

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

 a { background-color: rgb(28,193,133); }

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

border-color css

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

 span { border-color: rgb(28,193,133); }

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