Html Css Color HEX #1BC052 Malachite

📋 copy color: '#1BC052'

red 27 ◦ green 192 ◦ blue 82

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

Shades of Malachite #1BC052

Tints of Malachite #1BC052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.24%

R = 8.97%
G = 63.79%
B = 27.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#1BC052 (or 0x1BC052) is known color: Malachite. HEX triplet: 1B, C0 and 52. RGB value is (27,192,82). Sum of RGB (Red+Green+Blue) = 27+192+82=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC052 is #E43FAD. Grayscale: #828282. Windows color (decimal): -14958510 or 5423131. OLE color: 5423131.

HSL color Cylindrical-coordinate representation of color #1BC052: hue angle of 140º 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 #1BC052 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 27 192 82 -
CMYK 0.86 0 0.57 0.25
HSL 140º 0.75% 0.43% -
HSV(B) 140º 0.86% 0.75% -
XYZ 20.82 38.54 14.32 -
YUV 130.13 100.84 54.44 -
System Red Green Blue C M Y K H S L
Decimal 27 192 82 0.86 0 0.57 0.25 140 0.75 0.43
Hex 1B C0 52 56 0 39 19 8C 4B 2B
Octal 33 300 122 126 0 71 31 214 113 53
Binary 11011 11000000 1010010 1010110 0 111001 11001 10001100 1001011 101011

Color Harmonies of #1BC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC052

Black with #1BC052

Text Example


Text Example

White with #1BC052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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