Html Css Color HEX #1BCC7A Mountain Meadow

📋 copy color: '#1BCC7A'

red 27 ◦ green 204 ◦ blue 122

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

Shades of Mountain Meadow #1BCC7A

Tints of Mountain Meadow #1BCC7A

RGB

 RED value IS 27 (10.94% from 255) = 7.65%

 GREEN value IS 204 (80.08% from 255) = 57.79%

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 7.65%
G = 57.79%
B = 34.56%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#1BCC7A (or 0x1BCC7A) is known color: Mountain Meadow. HEX triplet: 1B, CC and 7A. RGB value is (27,204,122). Sum of RGB (Red+Green+Blue) = 27+204+122=353 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.65% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BCC7A is #E43385. Grayscale: #8D8D8D. Windows color (decimal): -14955398 or 8047643. OLE color: 8047643.

HSL color Cylindrical-coordinate representation of color #1BCC7A: hue angle of 152.2º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCC7A is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 27 204 122 -
CMYK 0.87 0 0.40 0.2
HSL 152.2º 0.77% 0.45% -
HSV(B) 152.2º 0.87% 0.8% -
XYZ 25.56 44.82 25.72 -
YUV 141.73 116.86 46.17 -
System Red Green Blue C M Y K H S L
Decimal 27 204 122 0.87 0 0.40 0.2 152.2 0.77 0.45
Hex 1B CC 7A 57 0 28 14 98 4D 2D
Octal 33 314 172 127 0 50 24 230 115 55
Binary 11011 11001100 1111010 1010111 0 101000 10100 10011000 1001101 101101

Color Harmonies of #1BCC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCC7A

Black with #1BCC7A

Text Example


Text Example

White with #1BCC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,204,122); }

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

background-color css

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

 a { background-color: rgb(27,204,122); }

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

border-color css

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

 span { border-color: rgb(27,204,122); }

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