Html Css Color HEX #1CCB70 Mountain Meadow

📋 copy color: '#1CCB70'

red 28 ◦ green 203 ◦ blue 112

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

Shades of Mountain Meadow #1CCB70

Tints of Mountain Meadow #1CCB70

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.18%

 BLUE value IS 112 (44.14% from 255) = 32.65%

R = 8.16%
G = 59.18%
B = 32.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#1CCB70 (or 0x1CCB70) is known color: Mountain Meadow. HEX triplet: 1C, CB and 70. RGB value is (28,203,112). Sum of RGB (Red+Green+Blue) = 28+203+112=343 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.16% from 343); Green value is 203 (79.69% from 255 or 59.18% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCB70 is #E3348F. Grayscale: #8C8C8C. Windows color (decimal): -14890128 or 7392028. OLE color: 7392028.

HSL color Cylindrical-coordinate representation of color #1CCB70: hue angle of 148.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCB70 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 203 112 -
CMYK 0.86 0 0.45 0.20
HSL 148.8º 0.76% 0.45% -
HSV(B) 148.8º 0.86% 0.8% -
XYZ 24.76 44.13 22.54 -
YUV 140.3 112.02 47.9 -
System Red Green Blue C M Y K H S L
Decimal 28 203 112 0.86 0 0.45 0.20 148.8 0.76 0.45
Hex 1C CB 70 56 0 2D 14 95 4C 2D
Octal 34 313 160 126 0 55 24 225 114 55
Binary 11100 11001011 1110000 1010110 0 101101 10100 10010101 1001100 101101

Color Harmonies of #1CCB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCB70

Black with #1CCB70

Text Example


Text Example

White with #1CCB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,203,112); }

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

background-color css

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

 a { background-color: rgb(28,203,112); }

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

border-color css

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

 span { border-color: rgb(28,203,112); }

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