Html Css Color HEX #1CB07F Mountain Meadow

📋 copy color: '#1CB07F'

red 28 ◦ green 176 ◦ blue 127

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

Shades of Mountain Meadow #1CB07F

Tints of Mountain Meadow #1CB07F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.17%

 BLUE value IS 127 (50% from 255) = 38.37%

R = 8.46%
G = 53.17%
B = 38.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#1CB07F (or 0x1CB07F) is known color: Mountain Meadow. HEX triplet: 1C, B0 and 7F. RGB value is (28,176,127). Sum of RGB (Red+Green+Blue) = 28+176+127=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CB07F is #E34F80. Grayscale: #7E7E7E. Windows color (decimal): -14897025 or 8368156. OLE color: 8368156.

HSL color Cylindrical-coordinate representation of color #1CB07F: hue angle of 160.14º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB07F is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 176 127 -
CMYK 0.84 0 0.28 0.31
HSL 160.14º 0.73% 0.4% -
HSV(B) 160.14º 0.84% 0.69% -
XYZ 19.83 32.83 25.37 -
YUV 126.16 128.47 57.98 -
System Red Green Blue C M Y K H S L
Decimal 28 176 127 0.84 0 0.28 0.31 160.14 0.73 0.4
Hex 1C B0 7F 54 0 1C 1F A0 49 28
Octal 34 260 177 124 0 34 37 240 111 50
Binary 11100 10110000 1111111 1010100 0 11100 11111 10100000 1001001 101000

Color Harmonies of #1CB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB07F

Black with #1CB07F

Text Example


Text Example

White with #1CB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,176,127); }

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

background-color css

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

 a { background-color: rgb(28,176,127); }

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

border-color css

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

 span { border-color: rgb(28,176,127); }

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