Html Css Color HEX #0F8871 Elf Green

📋 copy color: '#0F8871'

red 15 ◦ green 136 ◦ blue 113

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

Shades of Elf Green #0F8871

Tints of Elf Green #0F8871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.52%

 BLUE value IS 113 (44.53% from 255) = 42.8%

R = 5.68%
G = 51.52%
B = 42.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#0F8871 (or 0x0F8871) is known color: Elf Green. HEX triplet: 0F, 88 and 71. RGB value is (15,136,113). Sum of RGB (Red+Green+Blue) = 15+136+113=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #0F8871 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8871 is #F0778E. Grayscale: #616161. Windows color (decimal): -15759247 or 7440399. OLE color: 7440399.

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

Color convert

RGB 15 136 113 -
CMYK 0.89 0 0.17 0.47
HSL 168.6º 0.8% 0.3% -
HSV(B) 168.6º 0.89% 0.53% -
XYZ 11.98 18.9 18.64 -
YUV 97.2 136.91 69.37 -
System Red Green Blue C M Y K H S L
Decimal 15 136 113 0.89 0 0.17 0.47 168.6 0.8 0.3
Hex F 88 71 59 0 11 2F A9 50 1E
Octal 17 210 161 131 0 21 57 251 120 36
Binary 1111 10001000 1110001 1011001 0 10001 101111 10101001 1010000 11110

Color Harmonies of #0F8871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8871

Black with #0F8871

Text Example


Text Example

White with #0F8871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,136,113); }

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

background-color css

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

 a { background-color: rgb(15,136,113); }

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

border-color css

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

 span { border-color: rgb(15,136,113); }

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