Html Css Color HEX #1F9E6E Elf Green

📋 copy color: '#1F9E6E'

red 31 ◦ green 158 ◦ blue 110

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

Shades of Elf Green #1F9E6E

Tints of Elf Green #1F9E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 10.37%
G = 52.84%
B = 36.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#1F9E6E (or 0x1F9E6E) is known color: Elf Green. HEX triplet: 1F, 9E and 6E. RGB value is (31,158,110). Sum of RGB (Red+Green+Blue) = 31+158+110=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #1F9E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9E6E is #E06191. Grayscale: #727272. Windows color (decimal): -14705042 or 7249439. OLE color: 7249439.

HSL color Cylindrical-coordinate representation of color #1F9E6E: hue angle of 157.32º 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 #1F9E6E is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 158 110 -
CMYK 0.80 0 0.30 0.38
HSL 157.32º 0.67% 0.37% -
HSV(B) 157.32º 0.8% 0.62% -
XYZ 15.61 25.87 18.92 -
YUV 114.56 125.42 68.4 -
System Red Green Blue C M Y K H S L
Decimal 31 158 110 0.80 0 0.30 0.38 157.32 0.67 0.37
Hex 1F 9E 6E 50 0 1E 26 9D 43 25
Octal 37 236 156 120 0 36 46 235 103 45
Binary 11111 10011110 1101110 1010000 0 11110 100110 10011101 1000011 100101

Color Harmonies of #1F9E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9E6E

Black with #1F9E6E

Text Example


Text Example

White with #1F9E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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