#0F9269

Color #0F9269 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #0F9269

Tints of Elf Green #0F9269

Color information

#0F9269 (or 0x0F9269) is unknown color: approx Elf Green. HEX triplet: 0F, 92 and 69. RGB value is (15,146,105). Sum of RGB (Red+Green+Blue) = 15+146+105=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #0F9269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9269 is #F06D96. Grayscale: #666666. Windows color (decimal): -15756695 or 6918671. OLE color: 6918671.

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

Color convert

RGB15146105-
CMYK0.9000.280.43
HSL161.22º81.37%31.57%-
HSV(B)161.22º89.73%57.25%-
XYZ13.0321.6816.86-
YUV102.16129.665.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.64%
GREEN value IS 146 (57.42% from 255) = 54.89%
BLUE value IS 105 (41.41% from 255) = 39.47%
R=5.64%
G=54.89%
B=39.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal151461050.9000.280.43161.2281.3731.57
HexF92695A01C2Ba15120
Octal172221511320345324112140
Binary11111001001011010011011010011100101011101000011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,146,105); }

 H1.HeaderClassName
 {
   color: #0F9269;
 }
 .AnyTagClassName
 {
   color: #0F9269;
 }
</style>
background-color css

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

 a { background-color: rgb(15,146,105); }

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

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

 span { border-color: rgb(15,146,105); }

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