Html Css Color HEX #1CB27F Mountain Meadow

📋 copy color: '#1CB27F'

red 28 ◦ green 178 ◦ blue 127

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

Shades of Mountain Meadow #1CB27F

Tints of Mountain Meadow #1CB27F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.45%

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

R = 8.41%
G = 53.45%
B = 38.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#1CB27F (or 0x1CB27F) is known color: Mountain Meadow. HEX triplet: 1C, B2 and 7F. RGB value is (28,178,127). Sum of RGB (Red+Green+Blue) = 28+178+127=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CB27F is #E34D80. Grayscale: #7F7F7F. Windows color (decimal): -14896513 or 8368668. OLE color: 8368668.

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

Color convert

RGB 28 178 127 -
CMYK 0.84 0 0.29 0.30
HSL 159.6º 0.73% 0.4% -
HSV(B) 159.6º 0.84% 0.7% -
XYZ 20.23 33.62 25.5 -
YUV 127.34 127.81 57.15 -
System Red Green Blue C M Y K H S L
Decimal 28 178 127 0.84 0 0.29 0.30 159.6 0.73 0.4
Hex 1C B2 7F 54 0 1D 1E A0 49 28
Octal 34 262 177 124 0 35 36 240 111 50
Binary 11100 10110010 1111111 1010100 0 11101 11110 10100000 1001001 101000

Color Harmonies of #1CB27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB27F

Black with #1CB27F

Text Example


Text Example

White with #1CB27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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