Html Css Color HEX #1F9969 Elf Green

📋 copy color: '#1F9969'

red 31 ◦ green 153 ◦ blue 105

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

Shades of Elf Green #1F9969

Tints of Elf Green #1F9969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 10.73%
G = 52.94%
B = 36.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#1F9969 (or 0x1F9969) is known color: Elf Green. HEX triplet: 1F, 99 and 69. RGB value is (31,153,105). Sum of RGB (Red+Green+Blue) = 31+153+105=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9969 is #E06696. Grayscale: #6F6F6F. Windows color (decimal): -14706327 or 6920479. OLE color: 6920479.

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

Color convert

RGB 31 153 105 -
CMYK 0.80 0 0.31 0.4
HSL 156.39º 0.66% 0.36% -
HSV(B) 156.39º 0.8% 0.6% -
XYZ 14.51 24.09 17.25 -
YUV 111.05 124.58 70.9 -
System Red Green Blue C M Y K H S L
Decimal 31 153 105 0.80 0 0.31 0.4 156.39 0.66 0.36
Hex 1F 99 69 50 0 1F 28 9C 42 24
Octal 37 231 151 120 0 37 50 234 102 44
Binary 11111 10011001 1101001 1010000 0 11111 101000 10011100 1000010 100100

Color Harmonies of #1F9969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9969

Black with #1F9969

Text Example


Text Example

White with #1F9969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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