Html Css Color HEX #1F986D Elf Green

📋 copy color: '#1F986D'

red 31 ◦ green 152 ◦ blue 109

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

Shades of Elf Green #1F986D

Tints of Elf Green #1F986D

RGB

 RED value IS 31 (12.5% from 255) = 10.62%

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

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 10.62%
G = 52.05%
B = 37.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#1F986D (or 0x1F986D) is known color: Elf Green. HEX triplet: 1F, 98 and 6D. RGB value is (31,152,109). Sum of RGB (Red+Green+Blue) = 31+152+109=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #1F986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F986D is #E06792. Grayscale: #6E6E6E. Windows color (decimal): -14706579 or 7182367. OLE color: 7182367.

HSL color Cylindrical-coordinate representation of color #1F986D: hue angle of 158.68º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F986D is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 152 109 -
CMYK 0.80 0 0.28 0.40
HSL 158.68º 0.66% 0.36% -
HSV(B) 158.68º 0.8% 0.6% -
XYZ 14.55 23.85 18.3 -
YUV 110.92 126.91 71 -
System Red Green Blue C M Y K H S L
Decimal 31 152 109 0.80 0 0.28 0.40 158.68 0.66 0.36
Hex 1F 98 6D 50 0 1C 28 9F 42 24
Octal 37 230 155 120 0 34 50 237 102 44
Binary 11111 10011000 1101101 1010000 0 11100 101000 10011111 1000010 100100

Color Harmonies of #1F986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F986D

Black with #1F986D

Text Example


Text Example

White with #1F986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,152,109); }

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

background-color css

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

 a { background-color: rgb(31,152,109); }

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

border-color css

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

 span { border-color: rgb(31,152,109); }

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