Html Css Color HEX #0F8F6E Elf Green

📋 copy color: '#0F8F6E'

red 15 ◦ green 143 ◦ blue 110

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

Shades of Elf Green #0F8F6E

Tints of Elf Green #0F8F6E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 53.36%

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

R = 5.6%
G = 53.36%
B = 41.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#0F8F6E (or 0x0F8F6E) is known color: Elf Green. HEX triplet: 0F, 8F and 6E. RGB value is (15,143,110). Sum of RGB (Red+Green+Blue) = 15+143+110=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 143 (56.25% from 255 or 53.36% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 143 - color contains mainly: green. Hex color #0F8F6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8F6E is #F07091. Grayscale: #646464. Windows color (decimal): -15757458 or 7245583. OLE color: 7245583.

HSL color Cylindrical-coordinate representation of color #0F8F6E: hue angle of 164.53º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8F6E is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 143 110 -
CMYK 0.90 0 0.23 0.44
HSL 164.53º 0.81% 0.31% -
HSV(B) 164.53º 0.9% 0.56% -
XYZ 12.83 20.87 18.1 -
YUV 100.97 133.09 66.68 -
System Red Green Blue C M Y K H S L
Decimal 15 143 110 0.90 0 0.23 0.44 164.53 0.81 0.31
Hex F 8F 6E 5A 0 17 2C A5 51 1F
Octal 17 217 156 132 0 27 54 245 121 37
Binary 1111 10001111 1101110 1011010 0 10111 101100 10100101 1010001 11111

Color Harmonies of #0F8F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8F6E

Black with #0F8F6E

Text Example


Text Example

White with #0F8F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,143,110); }

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

background-color css

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

 a { background-color: rgb(15,143,110); }

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

border-color css

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

 span { border-color: rgb(15,143,110); }

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