Html Css Color HEX #0F896F Elf Green

📋 copy color: '#0F896F'

red 15 ◦ green 137 ◦ blue 111

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

Shades of Elf Green #0F896F

Tints of Elf Green #0F896F

RGB

 RED value IS 15 (6.25% from 255) = 5.7%

 GREEN value IS 137 (53.91% from 255) = 52.09%

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 5.7%
G = 52.09%
B = 42.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#0F896F (or 0x0F896F) is known color: Elf Green. HEX triplet: 0F, 89 and 6F. RGB value is (15,137,111). Sum of RGB (Red+Green+Blue) = 15+137+111=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #0F896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F896F is #F07690. Grayscale: #616161. Windows color (decimal): -15758993 or 7309583. OLE color: 7309583.

HSL color Cylindrical-coordinate representation of color #0F896F: hue angle of 167.21º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F896F is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 137 111 -
CMYK 0.89 0 0.19 0.46
HSL 167.21º 0.8% 0.3% -
HSV(B) 167.21º 0.89% 0.54% -
XYZ 12.01 19.14 18.1 -
YUV 97.56 135.58 69.11 -
System Red Green Blue C M Y K H S L
Decimal 15 137 111 0.89 0 0.19 0.46 167.21 0.8 0.3
Hex F 89 6F 59 0 13 2E A7 50 1E
Octal 17 211 157 131 0 23 56 247 120 36
Binary 1111 10001001 1101111 1011001 0 10011 101110 10100111 1010000 11110

Color Harmonies of #0F896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F896F

Black with #0F896F

Text Example


Text Example

White with #0F896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F896F; }

 p { color: rgb(15,137,111); }

 H1.HeaderClassName
 {
   color: #0F896F;
 }
 .AnyTagClassName
 {
   color: #0F896F;
 }
</style>

background-color css

<style>
 a { background-color: #0F896F; }

 a { background-color: rgb(15,137,111); }

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

border-color css

<style>
 span { border-color: #0F896F; }

 span { border-color: rgb(15,137,111); }

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