Html Css Color HEX #1D986A Elf Green

📋 copy color: '#1D986A'

red 29 ◦ green 152 ◦ blue 106

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

Shades of Elf Green #1D986A

Tints of Elf Green #1D986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.96%

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 10.1%
G = 52.96%
B = 36.93%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#1D986A (or 0x1D986A) is known color: Elf Green. HEX triplet: 1D, 98 and 6A. RGB value is (29,152,106). Sum of RGB (Red+Green+Blue) = 29+152+106=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #1D986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D986A is #E26795. Grayscale: #6E6E6E. Windows color (decimal): -14837654 or 6985757. OLE color: 6985757.

HSL color Cylindrical-coordinate representation of color #1D986A: hue angle of 157.56º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D986A is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 29 152 106 -
CMYK 0.81 0 0.30 0.40
HSL 157.56º 0.68% 0.35% -
HSV(B) 157.56º 0.81% 0.6% -
XYZ 14.34 23.76 17.47 -
YUV 109.98 125.75 70.24 -
System Red Green Blue C M Y K H S L
Decimal 29 152 106 0.81 0 0.30 0.40 157.56 0.68 0.35
Hex 1D 98 6A 51 0 1E 28 9E 44 23
Octal 35 230 152 121 0 36 50 236 104 43
Binary 11101 10011000 1101010 1010001 0 11110 101000 10011110 1000100 100011

Color Harmonies of #1D986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D986A

Black with #1D986A

Text Example


Text Example

White with #1D986A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,152,106); }

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

background-color css

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

 a { background-color: rgb(29,152,106); }

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

border-color css

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

 span { border-color: rgb(29,152,106); }

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