Html Css Color HEX #1CBC6F Mountain Meadow

📋 copy color: '#1CBC6F'

red 28 ◦ green 188 ◦ blue 111

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

Shades of Mountain Meadow #1CBC6F

Tints of Mountain Meadow #1CBC6F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.49%

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 8.56%
G = 57.49%
B = 33.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#1CBC6F (or 0x1CBC6F) is known color: Mountain Meadow. HEX triplet: 1C, BC and 6F. RGB value is (28,188,111). Sum of RGB (Red+Green+Blue) = 28+188+111=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC6F is #E34390. Grayscale: #838383. Windows color (decimal): -14893969 or 7322652. OLE color: 7322652.

HSL color Cylindrical-coordinate representation of color #1CBC6F: hue angle of 151.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC6F is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 188 111 -
CMYK 0.85 0 0.41 0.26
HSL 151.13º 0.74% 0.42% -
HSV(B) 151.13º 0.85% 0.74% -
XYZ 21.33 37.36 21.13 -
YUV 131.38 116.49 54.26 -
System Red Green Blue C M Y K H S L
Decimal 28 188 111 0.85 0 0.41 0.26 151.13 0.74 0.42
Hex 1C BC 6F 55 0 29 1A 97 4A 2A
Octal 34 274 157 125 0 51 32 227 112 52
Binary 11100 10111100 1101111 1010101 0 101001 11010 10010111 1001010 101010

Color Harmonies of #1CBC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC6F

Black with #1CBC6F

Text Example


Text Example

White with #1CBC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,188,111); }

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

background-color css

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

 a { background-color: rgb(28,188,111); }

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

border-color css

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

 span { border-color: rgb(28,188,111); }

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