Html Css Color HEX #0F8966 Elf Green

📋 copy color: '#0F8966'

red 15 ◦ green 137 ◦ blue 102

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

Shades of Elf Green #0F8966

Tints of Elf Green #0F8966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.94%

 BLUE value IS 102 (40.23% from 255) = 40.16%

R = 5.91%
G = 53.94%
B = 40.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#0F8966 (or 0x0F8966) is known color: Elf Green. HEX triplet: 0F, 89 and 66. RGB value is (15,137,102). Sum of RGB (Red+Green+Blue) = 15+137+102=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #0F8966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8966 is #F07699. Grayscale: #606060. Windows color (decimal): -15759002 or 6719759. OLE color: 6719759.

HSL color Cylindrical-coordinate representation of color #0F8966: hue angle of 162.79º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8966 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 137 102 -
CMYK 0.89 0 0.26 0.46
HSL 162.79º 0.8% 0.3% -
HSV(B) 162.79º 0.89% 0.54% -
XYZ 11.54 18.95 15.62 -
YUV 96.53 131.08 69.85 -
System Red Green Blue C M Y K H S L
Decimal 15 137 102 0.89 0 0.26 0.46 162.79 0.8 0.3
Hex F 89 66 59 0 1A 2E A3 50 1E
Octal 17 211 146 131 0 32 56 243 120 36
Binary 1111 10001001 1100110 1011001 0 11010 101110 10100011 1010000 11110

Color Harmonies of #0F8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8966

Black with #0F8966

Text Example


Text Example

White with #0F8966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,137,102); }

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

background-color css

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

 a { background-color: rgb(15,137,102); }

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

border-color css

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

 span { border-color: rgb(15,137,102); }

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