Html Css Color HEX #1BC061 Malachite

📋 copy color: '#1BC061'

red 27 ◦ green 192 ◦ blue 97

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

Shades of Malachite #1BC061

Tints of Malachite #1BC061

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.76%

 BLUE value IS 97 (38.28% from 255) = 30.7%

R = 8.54%
G = 60.76%
B = 30.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#1BC061 (or 0x1BC061) is known color: Malachite. HEX triplet: 1B, C0 and 61. RGB value is (27,192,97). Sum of RGB (Red+Green+Blue) = 27+192+97=316 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.54% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC061 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC061 is #E43F9E. Grayscale: #848484. Windows color (decimal): -14958495 or 6406171. OLE color: 6406171.

HSL color Cylindrical-coordinate representation of color #1BC061: hue angle of 145.45º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC061 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 27 192 97 -
CMYK 0.86 0 0.49 0.25
HSL 145.45º 0.75% 0.43% -
HSV(B) 145.45º 0.86% 0.75% -
XYZ 21.46 38.8 17.67 -
YUV 131.84 108.34 53.22 -
System Red Green Blue C M Y K H S L
Decimal 27 192 97 0.86 0 0.49 0.25 145.45 0.75 0.43
Hex 1B C0 61 56 0 31 19 91 4B 2B
Octal 33 300 141 126 0 61 31 221 113 53
Binary 11011 11000000 1100001 1010110 0 110001 11001 10010001 1001011 101011

Color Harmonies of #1BC061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC061

Black with #1BC061

Text Example


Text Example

White with #1BC061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,192,97); }

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

background-color css

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

 a { background-color: rgb(27,192,97); }

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

border-color css

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

 span { border-color: rgb(27,192,97); }

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