#1BF95A

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

Shades of Malachite #1BF95A

Tints of Malachite #1BF95A

Color information

#1BF95A (or 0x1BF95A) is unknown color: approx Malachite. HEX triplet: 1B, F9 and 5A. RGB value is (27,249,90). Sum of RGB (Red+Green+Blue) = 27+249+90=366 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.38% from 366); Green value is 249 (97.66% from 255 or 68.03% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 249 - color contains mainly: green. Hex color #1BF95A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BF95A is #E406A5. Grayscale: #A4A4A4. Windows color (decimal): -14943910 or 5962011. OLE color: 5962011.

HSL color Cylindrical-coordinate representation of color #1BF95A: hue angle of 137.03º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF95A is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB2724990-
CMYK0.8900.640.02
HSL137.03º94.87%54.12%-
HSV(B)137.03º89.16%97.65%-
XYZ36.1768.7221.03-
YUV164.585.9529.93-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.38%
GREEN value IS 249 (97.66% from 255) = 68.03%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=7.38%
G=68.03%
B=24.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal27249900.8900.640.02137.0394.8754.12
Hex1BF95A590402895f36
Octal333711321310100221113766
Binary1101111111001101101010110010100000010100010011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,249,90); }

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

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

 a { background-color: rgb(27,249,90); }

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

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

 span { border-color: rgb(27,249,90); }

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