Html Css Color HEX #0F9162 Elf Green

📋 copy color: '#0F9162'

red 15 ◦ green 145 ◦ blue 98

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

Shades of Elf Green #0F9162

Tints of Elf Green #0F9162

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.2%

 BLUE value IS 98 (38.67% from 255) = 37.98%

R = 5.81%
G = 56.2%
B = 37.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#0F9162 (or 0x0F9162) is known color: Elf Green. HEX triplet: 0F, 91 and 62. RGB value is (15,145,98). Sum of RGB (Red+Green+Blue) = 15+145+98=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #0F9162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9162 is #F06E9D. Grayscale: #646464. Windows color (decimal): -15756958 or 6459663. OLE color: 6459663.

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

Color convert

RGB 15 145 98 -
CMYK 0.90 0 0.32 0.43
HSL 158.31º 0.81% 0.31% -
HSV(B) 158.31º 0.9% 0.57% -
XYZ 12.53 21.23 14.99 -
YUV 100.77 126.43 66.82 -
System Red Green Blue C M Y K H S L
Decimal 15 145 98 0.90 0 0.32 0.43 158.31 0.81 0.31
Hex F 91 62 5A 0 20 2B 9E 51 1F
Octal 17 221 142 132 0 40 53 236 121 37
Binary 1111 10010001 1100010 1011010 0 100000 101011 10011110 1010001 11111

Color Harmonies of #0F9162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9162

Black with #0F9162

Text Example


Text Example

White with #0F9162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,145,98); }

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

background-color css

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

 a { background-color: rgb(15,145,98); }

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

border-color css

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

 span { border-color: rgb(15,145,98); }

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