Html Css Color HEX #0F946E Elf Green

📋 copy color: '#0F946E'

red 15 ◦ green 148 ◦ blue 110

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

Shades of Elf Green #0F946E

Tints of Elf Green #0F946E

RGB

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

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

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

R = 5.49%
G = 54.21%
B = 40.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#0F946E (or 0x0F946E) is known color: Elf Green. HEX triplet: 0F, 94 and 6E. RGB value is (15,148,110). Sum of RGB (Red+Green+Blue) = 15+148+110=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #0F946E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F946E is #F06B91. Grayscale: #676767. Windows color (decimal): -15756178 or 7246863. OLE color: 7246863.

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

Color convert

RGB 15 148 110 -
CMYK 0.90 0 0.26 0.42
HSL 162.86º 0.82% 0.32% -
HSV(B) 162.86º 0.9% 0.58% -
XYZ 13.6 22.41 18.36 -
YUV 103.9 131.44 64.59 -
System Red Green Blue C M Y K H S L
Decimal 15 148 110 0.90 0 0.26 0.42 162.86 0.82 0.32
Hex F 94 6E 5A 0 1A 2A A3 52 20
Octal 17 224 156 132 0 32 52 243 122 40
Binary 1111 10010100 1101110 1011010 0 11010 101010 10100011 1010010 100000

Color Harmonies of #0F946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F946E

Black with #0F946E

Text Example


Text Example

White with #0F946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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