Html Css Color HEX #0F9370 Elf Green

📋 copy color: '#0F9370'

red 15 ◦ green 147 ◦ blue 112

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

Shades of Elf Green #0F9370

Tints of Elf Green #0F9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.65%

 BLUE value IS 112 (44.14% from 255) = 40.88%

R = 5.47%
G = 53.65%
B = 40.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#0F9370 (or 0x0F9370) is known color: Elf Green. HEX triplet: 0F, 93 and 70. RGB value is (15,147,112). Sum of RGB (Red+Green+Blue) = 15+147+112=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9370 is #F06C8F. Grayscale: #676767. Windows color (decimal): -15756432 or 7377679. OLE color: 7377679.

HSL color Cylindrical-coordinate representation of color #0F9370: hue angle of 164.09º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9370 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 147 112 -
CMYK 0.90 0 0.24 0.42
HSL 164.09º 0.81% 0.32% -
HSV(B) 164.09º 0.9% 0.58% -
XYZ 13.56 22.14 18.89 -
YUV 103.54 132.77 64.85 -
System Red Green Blue C M Y K H S L
Decimal 15 147 112 0.90 0 0.24 0.42 164.09 0.81 0.32
Hex F 93 70 5A 0 18 2A A4 51 20
Octal 17 223 160 132 0 30 52 244 121 40
Binary 1111 10010011 1110000 1011010 0 11000 101010 10100100 1010001 100000

Color Harmonies of #0F9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9370

Black with #0F9370

Text Example


Text Example

White with #0F9370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,147,112); }

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

background-color css

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

 a { background-color: rgb(15,147,112); }

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

border-color css

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

 span { border-color: rgb(15,147,112); }

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