Html Css Color HEX #0F946F Elf Green

📋 copy color: '#0F946F'

red 15 ◦ green 148 ◦ blue 111

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

Shades of Elf Green #0F946F

Tints of Elf Green #0F946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.01%

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 5.47%
G = 54.01%
B = 40.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#0F946F (or 0x0F946F) is known color: Elf Green. HEX triplet: 0F, 94 and 6F. RGB value is (15,148,111). Sum of RGB (Red+Green+Blue) = 15+148+111=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #0F946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F946F is #F06B90. Grayscale: #686868. Windows color (decimal): -15756177 or 7312399. OLE color: 7312399.

HSL color Cylindrical-coordinate representation of color #0F946F: hue angle of 163.31º degrees, saturation: 0.82, 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 #0F946F is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 148 111 -
CMYK 0.90 0 0.25 0.42
HSL 163.31º 0.82% 0.32% -
HSV(B) 163.31º 0.9% 0.58% -
XYZ 13.66 22.43 18.65 -
YUV 104.02 131.94 64.51 -
System Red Green Blue C M Y K H S L
Decimal 15 148 111 0.90 0 0.25 0.42 163.31 0.82 0.32
Hex F 94 6F 5A 0 19 2A A3 52 20
Octal 17 224 157 132 0 31 52 243 122 40
Binary 1111 10010100 1101111 1011010 0 11001 101010 10100011 1010010 100000

Color Harmonies of #0F946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F946F

Black with #0F946F

Text Example


Text Example

White with #0F946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,148,111); }

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

background-color css

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

 a { background-color: rgb(15,148,111); }

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

border-color css

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

 span { border-color: rgb(15,148,111); }

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