Html Css Color HEX #1BE145 Malachite

📋 copy color: '#1BE145'

red 27 ◦ green 225 ◦ blue 69

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

Shades of Malachite #1BE145

Tints of Malachite #1BE145

RGB

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

 GREEN value IS 225 (88.28% from 255) = 70.09%

 BLUE value IS 69 (27.34% from 255) = 21.5%

R = 8.41%
G = 70.09%
B = 21.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#1BE145 (or 0x1BE145) is known color: Malachite. HEX triplet: 1B, E1 and 45. RGB value is (27,225,69). Sum of RGB (Red+Green+Blue) = 27+225+69=321 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.41% from 321); Green value is 225 (88.28% from 255 or 70.09% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BE145 is #E41EBA. Grayscale: #949494. Windows color (decimal): -14950075 or 4579611. OLE color: 4579611.

HSL color Cylindrical-coordinate representation of color #1BE145: hue angle of 132.73º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE145 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 27 225 69 -
CMYK 0.88 0 0.69 0.12
HSL 132.73º 0.79% 0.49% -
HSV(B) 132.73º 0.88% 0.88% -
XYZ 28.45 54.51 14.65 -
YUV 148.01 83.4 41.68 -
System Red Green Blue C M Y K H S L
Decimal 27 225 69 0.88 0 0.69 0.12 132.73 0.79 0.49
Hex 1B E1 45 58 0 45 C 85 4F 31
Octal 33 341 105 130 0 105 14 205 117 61
Binary 11011 11100001 1000101 1011000 0 1000101 1100 10000101 1001111 110001

Color Harmonies of #1BE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE145

Black with #1BE145

Text Example


Text Example

White with #1BE145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,225,69); }

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

background-color css

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

 a { background-color: rgb(27,225,69); }

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

border-color css

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

 span { border-color: rgb(27,225,69); }

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