Html Css Color HEX #0F8B66 Elf Green

📋 copy color: '#0F8B66'

red 15 ◦ green 139 ◦ blue 102

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

Shades of Elf Green #0F8B66

Tints of Elf Green #0F8B66

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.3%

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

R = 5.86%
G = 54.3%
B = 39.84%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#0F8B66 (or 0x0F8B66) is known color: Elf Green. HEX triplet: 0F, 8B and 66. RGB value is (15,139,102). Sum of RGB (Red+Green+Blue) = 15+139+102=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8B66 is #F07499. Grayscale: #616161. Windows color (decimal): -15758490 or 6720271. OLE color: 6720271.

HSL color Cylindrical-coordinate representation of color #0F8B66: hue angle of 162.1º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8B66 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 139 102 -
CMYK 0.89 0 0.27 0.45
HSL 162.1º 0.81% 0.3% -
HSV(B) 162.1º 0.89% 0.55% -
XYZ 11.83 19.53 15.72 -
YUV 97.71 130.42 69.01 -
System Red Green Blue C M Y K H S L
Decimal 15 139 102 0.89 0 0.27 0.45 162.1 0.81 0.3
Hex F 8B 66 59 0 1B 2D A2 51 1E
Octal 17 213 146 131 0 33 55 242 121 36
Binary 1111 10001011 1100110 1011001 0 11011 101101 10100010 1010001 11110

Color Harmonies of #0F8B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8B66

Black with #0F8B66

Text Example


Text Example

White with #0F8B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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