Html Css Color HEX #1DFA4A Malachite

📋 copy color: '#1DFA4A'

red 29 ◦ green 250 ◦ blue 74

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

Shades of Malachite #1DFA4A

Tints of Malachite #1DFA4A

RGB

 RED value IS 29 (11.72% from 255) = 8.22%

 GREEN value IS 250 (98.05% from 255) = 70.82%

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

R = 8.22%
G = 70.82%
B = 20.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#1DFA4A (or 0x1DFA4A) is known color: Malachite. HEX triplet: 1D, FA and 4A. RGB value is (29,250,74). Sum of RGB (Red+Green+Blue) = 29+250+74=353 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.22% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFA4A is #E205B5. Grayscale: #A4A4A4. Windows color (decimal): -14812598 or 4913693. OLE color: 4913693.

HSL color Cylindrical-coordinate representation of color #1DFA4A: hue angle of 132.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFA4A is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 250 74 -
CMYK 0.88 0 0.70 0.02
HSL 132.22º 0.96% 0.55% -
HSV(B) 132.22º 0.88% 0.98% -
XYZ 35.93 69.13 17.93 -
YUV 163.86 77.28 31.81 -
System Red Green Blue C M Y K H S L
Decimal 29 250 74 0.88 0 0.70 0.02 132.22 0.96 0.55
Hex 1D FA 4A 58 0 46 2 84 60 37
Octal 35 372 112 130 0 106 2 204 140 67
Binary 11101 11111010 1001010 1011000 0 1000110 10 10000100 1100000 110111

Color Harmonies of #1DFA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFA4A

Black with #1DFA4A

Text Example


Text Example

White with #1DFA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,250,74); }

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

background-color css

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

 a { background-color: rgb(29,250,74); }

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

border-color css

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

 span { border-color: rgb(29,250,74); }

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