Html Css Color HEX #1F997C Elf Green

📋 copy color: '#1F997C'

red 31 ◦ green 153 ◦ blue 124

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

Shades of Elf Green #1F997C

Tints of Elf Green #1F997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.68%

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 10.06%
G = 49.68%
B = 40.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#1F997C (or 0x1F997C) is known color: Elf Green. HEX triplet: 1F, 99 and 7C. RGB value is (31,153,124). Sum of RGB (Red+Green+Blue) = 31+153+124=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #1F997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F997C is #E06683. Grayscale: #717171. Windows color (decimal): -14706308 or 8165663. OLE color: 8165663.

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

Color convert

RGB 31 153 124 -
CMYK 0.80 0 0.19 0.4
HSL 165.74º 0.66% 0.36% -
HSV(B) 165.74º 0.8% 0.6% -
XYZ 15.59 24.53 22.98 -
YUV 113.22 134.08 69.36 -
System Red Green Blue C M Y K H S L
Decimal 31 153 124 0.80 0 0.19 0.4 165.74 0.66 0.36
Hex 1F 99 7C 50 0 13 28 A6 42 24
Octal 37 231 174 120 0 23 50 246 102 44
Binary 11111 10011001 1111100 1010000 0 10011 101000 10100110 1000010 100100

Color Harmonies of #1F997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F997C

Black with #1F997C

Text Example


Text Example

White with #1F997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,153,124); }

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

background-color css

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

 a { background-color: rgb(31,153,124); }

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

border-color css

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

 span { border-color: rgb(31,153,124); }

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