Html Css Color HEX #0F906E Elf Green

📋 copy color: '#0F906E'

red 15 ◦ green 144 ◦ blue 110

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

Shades of Elf Green #0F906E

Tints of Elf Green #0F906E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.53%

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

R = 5.58%
G = 53.53%
B = 40.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#0F906E (or 0x0F906E) is known color: Elf Green. HEX triplet: 0F, 90 and 6E. RGB value is (15,144,110). Sum of RGB (Red+Green+Blue) = 15+144+110=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #0F906E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F906E is #F06F91. Grayscale: #656565. Windows color (decimal): -15757202 or 7245839. OLE color: 7245839.

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

Color convert

RGB 15 144 110 -
CMYK 0.90 0 0.24 0.44
HSL 164.19º 0.81% 0.31% -
HSV(B) 164.19º 0.9% 0.56% -
XYZ 12.98 21.17 18.15 -
YUV 101.55 132.76 66.26 -
System Red Green Blue C M Y K H S L
Decimal 15 144 110 0.90 0 0.24 0.44 164.19 0.81 0.31
Hex F 90 6E 5A 0 18 2C A4 51 1F
Octal 17 220 156 132 0 30 54 244 121 37
Binary 1111 10010000 1101110 1011010 0 11000 101100 10100100 1010001 11111

Color Harmonies of #0F906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F906E

Black with #0F906E

Text Example


Text Example

White with #0F906E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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