Html Css Color HEX #1BD64A Malachite

📋 copy color: '#1BD64A'

red 27 ◦ green 214 ◦ blue 74

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

Shades of Malachite #1BD64A

Tints of Malachite #1BD64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 67.94%

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 8.57%
G = 67.94%
B = 23.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#1BD64A (or 0x1BD64A) is known color: Malachite. HEX triplet: 1B, D6 and 4A. RGB value is (27,214,74). Sum of RGB (Red+Green+Blue) = 27+214+74=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 214 (83.98% from 255 or 67.94% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 214 - color contains mainly: green. Hex color #1BD64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD64A is #E429B5. Grayscale: #8E8E8E. Windows color (decimal): -14952886 or 4904475. OLE color: 4904475.

HSL color Cylindrical-coordinate representation of color #1BD64A: hue angle of 135.08º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD64A is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 27 214 74 -
CMYK 0.87 0 0.65 0.16
HSL 135.08º 0.78% 0.47% -
HSV(B) 135.08º 0.87% 0.84% -
XYZ 25.73 48.82 14.55 -
YUV 142.13 89.55 45.88 -
System Red Green Blue C M Y K H S L
Decimal 27 214 74 0.87 0 0.65 0.16 135.08 0.78 0.47
Hex 1B D6 4A 57 0 41 10 87 4E 2F
Octal 33 326 112 127 0 101 20 207 116 57
Binary 11011 11010110 1001010 1010111 0 1000001 10000 10000111 1001110 101111

Color Harmonies of #1BD64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD64A

Black with #1BD64A

Text Example


Text Example

White with #1BD64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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