Html Css Color HEX #1F9E70 Elf Green

📋 copy color: '#1F9E70'

red 31 ◦ green 158 ◦ blue 112

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

Shades of Elf Green #1F9E70

Tints of Elf Green #1F9E70

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.49%

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 10.3%
G = 52.49%
B = 37.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#1F9E70 (or 0x1F9E70) is known color: Elf Green. HEX triplet: 1F, 9E and 70. RGB value is (31,158,112). Sum of RGB (Red+Green+Blue) = 31+158+112=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #1F9E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9E70 is #E0618F. Grayscale: #727272. Windows color (decimal): -14705040 or 7380511. OLE color: 7380511.

HSL color Cylindrical-coordinate representation of color #1F9E70: hue angle of 158.27º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9E70 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 158 112 -
CMYK 0.80 0 0.29 0.38
HSL 158.27º 0.67% 0.37% -
HSV(B) 158.27º 0.8% 0.62% -
XYZ 15.72 25.91 19.5 -
YUV 114.78 126.42 68.24 -
System Red Green Blue C M Y K H S L
Decimal 31 158 112 0.80 0 0.29 0.38 158.27 0.67 0.37
Hex 1F 9E 70 50 0 1D 26 9E 43 25
Octal 37 236 160 120 0 35 46 236 103 45
Binary 11111 10011110 1110000 1010000 0 11101 100110 10011110 1000011 100101

Color Harmonies of #1F9E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9E70

Black with #1F9E70

Text Example


Text Example

White with #1F9E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,158,112); }

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

background-color css

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

 a { background-color: rgb(31,158,112); }

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

border-color css

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

 span { border-color: rgb(31,158,112); }

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