Html Css Color HEX #0F8E6E Elf Green

📋 copy color: '#0F8E6E'

red 15 ◦ green 142 ◦ blue 110

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

Shades of Elf Green #0F8E6E

Tints of Elf Green #0F8E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 53.18%

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

R = 5.62%
G = 53.18%
B = 41.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#0F8E6E (or 0x0F8E6E) is known color: Elf Green. HEX triplet: 0F, 8E and 6E. RGB value is (15,142,110). Sum of RGB (Red+Green+Blue) = 15+142+110=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #0F8E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8E6E is #F07191. Grayscale: #646464. Windows color (decimal): -15757714 or 7245327. OLE color: 7245327.

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

Color convert

RGB 15 142 110 -
CMYK 0.89 0 0.23 0.44
HSL 164.88º 0.81% 0.31% -
HSV(B) 164.88º 0.89% 0.56% -
XYZ 12.68 20.57 18.05 -
YUV 100.38 133.42 67.1 -
System Red Green Blue C M Y K H S L
Decimal 15 142 110 0.89 0 0.23 0.44 164.88 0.81 0.31
Hex F 8E 6E 59 0 17 2C A5 51 1F
Octal 17 216 156 131 0 27 54 245 121 37
Binary 1111 10001110 1101110 1011001 0 10111 101100 10100101 1010001 11111

Color Harmonies of #0F8E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8E6E

Black with #0F8E6E

Text Example


Text Example

White with #0F8E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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