#1bc38c

Color #1BC38C Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1BC38C

Tints of Mountain Meadow #1BC38C

Color information

#1BC38C (or 0x1BC38C) is unknown color: approx Mountain Meadow. HEX triplet: 1B, C3 and 8C. RGB value is (27,195,140). Sum of RGB (Red+Green+Blue) = 27+195+140=362 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.46% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC38C is #E43C73. Grayscale: #8A8A8A. Windows color (decimal): -14957684 or 9224987. OLE color: 9224987.

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

Color convert

RGB27195140-
CMYK0.8600.280.24
HSL160.36º75.68%43.53%-
HSV(B)160.36º86.15%76.47%-
XYZ24.741.1631.45-
YUV138.5128.8448.47-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.46%
GREEN value IS 195 (76.56% from 255) = 53.87%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=7.46%
G=53.87%
B=38.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal271951400.8600.280.24160.3675.6843.53
Hex1BC38C5601C18a04c2c
Octal333032141260343024011454
Binary110111100001110001100101011001110011000101000001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1bc38c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,195,140); }

 H1.HeaderClassName
 {
   color: #1bc38c;
 }
 .AnyTagClassName
 {
   color: #1bc38c;
 }
</style>
background-color css

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

 a { background-color: rgb(27,195,140); }

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

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

 span { border-color: rgb(27,195,140); }

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