Html Css Color HEX #0F8A63 Elf Green

📋 copy color: '#0F8A63'

red 15 ◦ green 138 ◦ blue 99

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

Shades of Elf Green #0F8A63

Tints of Elf Green #0F8A63

RGB

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

 GREEN value IS 138 (54.3% from 255) = 54.76%

 BLUE value IS 99 (39.06% from 255) = 39.29%

R = 5.95%
G = 54.76%
B = 39.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#0F8A63 (or 0x0F8A63) is known color: Elf Green. HEX triplet: 0F, 8A and 63. RGB value is (15,138,99). Sum of RGB (Red+Green+Blue) = 15+138+99=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #0F8A63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8A63 is #F0759C. Grayscale: #606060. Windows color (decimal): -15758749 or 6523407. OLE color: 6523407.

HSL color Cylindrical-coordinate representation of color #0F8A63: hue angle of 160.98º 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 #0F8A63 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 138 99 -
CMYK 0.89 0 0.28 0.46
HSL 160.98º 0.8% 0.3% -
HSV(B) 160.98º 0.89% 0.54% -
XYZ 11.54 19.18 14.9 -
YUV 96.78 129.25 69.67 -
System Red Green Blue C M Y K H S L
Decimal 15 138 99 0.89 0 0.28 0.46 160.98 0.8 0.3
Hex F 8A 63 59 0 1C 2E A1 50 1E
Octal 17 212 143 131 0 34 56 241 120 36
Binary 1111 10001010 1100011 1011001 0 11100 101110 10100001 1010000 11110

Color Harmonies of #0F8A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8A63

Black with #0F8A63

Text Example


Text Example

White with #0F8A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,138,99); }

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

background-color css

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

 a { background-color: rgb(15,138,99); }

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

border-color css

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

 span { border-color: rgb(15,138,99); }

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