Html Css Color HEX #1DA116 Forest Green

📋 copy color: '#1DA116'

red 29 ◦ green 161 ◦ blue 22

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

Shades of Forest Green #1DA116

Tints of Forest Green #1DA116

RGB

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

 GREEN value IS 161 (63.28% from 255) = 75.94%

 BLUE value IS 22 (8.98% from 255) = 10.38%

R = 13.68%
G = 75.94%
B = 10.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#1DA116 (or 0x1DA116) is known color: Forest Green. HEX triplet: 1D, A1 and 16. RGB value is (29,161,22). Sum of RGB (Red+Green+Blue) = 29+161+22=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 161 (63.28% from 255 or 75.94% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA116 is #E25EE9. Grayscale: #6A6A6A. Windows color (decimal): -14835434 or 1483037. OLE color: 1483037.

HSL color Cylindrical-coordinate representation of color #1DA116: hue angle of 116.98º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DA116 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 29 161 22 -
CMYK 0.82 0 0.86 0.37
HSL 116.98º 0.76% 0.36% -
HSV(B) 116.98º 0.86% 0.63% -
XYZ 13.4 25.81 5.03 -
YUV 105.69 80.77 73.3 -
System Red Green Blue C M Y K H S L
Decimal 29 161 22 0.82 0 0.86 0.37 116.98 0.76 0.36
Hex 1D A1 16 52 0 56 25 75 4C 24
Octal 35 241 26 122 0 126 45 165 114 44
Binary 11101 10100001 10110 1010010 0 1010110 100101 1110101 1001100 100100

Color Harmonies of #1DA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA116

Black with #1DA116

Text Example


Text Example

White with #1DA116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,161,22); }

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

background-color css

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

 a { background-color: rgb(29,161,22); }

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

border-color css

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

 span { border-color: rgb(29,161,22); }

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