#1BCD4A

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

Shades of Malachite #1BCD4A

Tints of Malachite #1BCD4A

Color information

#1BCD4A (or 0x1BCD4A) is unknown color: approx Malachite. HEX triplet: 1B, CD and 4A. RGB value is (27,205,74). Sum of RGB (Red+Green+Blue) = 27+205+74=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 205 (80.47% from 255 or 66.99% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCD4A is #E432B5. Grayscale: #898989. Windows color (decimal): -14955190 or 4902171. OLE color: 4902171.

HSL color Cylindrical-coordinate representation of color #1BCD4A: hue angle of 135.84º 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 #1BCD4A is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB2720574-
CMYK0.8700.640.20
HSL135.84º76.72%45.49%-
HSV(B)135.84º86.83%80.39%-
XYZ23.5244.3913.81-
YUV136.8492.5349.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.82%
GREEN value IS 205 (80.47% from 255) = 66.99%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=8.82%
G=66.99%
B=24.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal27205740.8700.640.20135.8476.7245.49
Hex1BCD4A5704014884d2d
Octal3331511212701002421011555
Binary1101111001101100101010101110100000010100100010001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,205,74); }

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

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

 a { background-color: rgb(27,205,74); }

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

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

 span { border-color: rgb(27,205,74); }

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