Html Css Color HEX #0F8F5D Elf Green

📋 copy color: '#0F8F5D'

red 15 ◦ green 143 ◦ blue 93

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

Shades of Elf Green #0F8F5D

Tints of Elf Green #0F8F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 5.98%
G = 56.97%
B = 37.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#0F8F5D (or 0x0F8F5D) is known color: Elf Green. HEX triplet: 0F, 8F and 5D. RGB value is (15,143,93). Sum of RGB (Red+Green+Blue) = 15+143+93=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 143 (56.25% from 255 or 56.97% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 143 - color contains mainly: green. Hex color #0F8F5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8F5D is #F070A2. Grayscale: #636363. Windows color (decimal): -15757475 or 6131471. OLE color: 6131471.

HSL color Cylindrical-coordinate representation of color #0F8F5D: hue angle of 156.56º 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 #0F8F5D is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 143 93 -
CMYK 0.90 0 0.35 0.44
HSL 156.56º 0.81% 0.31% -
HSV(B) 156.56º 0.9% 0.56% -
XYZ 12 20.54 13.69 -
YUV 99.03 124.59 68.07 -
System Red Green Blue C M Y K H S L
Decimal 15 143 93 0.90 0 0.35 0.44 156.56 0.81 0.31
Hex F 8F 5D 5A 0 23 2C 9D 51 1F
Octal 17 217 135 132 0 43 54 235 121 37
Binary 1111 10001111 1011101 1011010 0 100011 101100 10011101 1010001 11111

Color Harmonies of #0F8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8F5D

Black with #0F8F5D

Text Example


Text Example

White with #0F8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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