Html Css Color HEX #0C8C5F Elf Green

📋 copy color: '#0C8C5F'

red 12 ◦ green 140 ◦ blue 95

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

Shades of Elf Green #0C8C5F

Tints of Elf Green #0C8C5F

RGB

 RED value IS 12 (5.08% from 255) = 4.86%

 GREEN value IS 140 (55.08% from 255) = 56.68%

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 4.86%
G = 56.68%
B = 38.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#0C8C5F (or 0x0C8C5F) is known color: Elf Green. HEX triplet: 0C, 8C and 5F. RGB value is (12,140,95). Sum of RGB (Red+Green+Blue) = 12+140+95=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 140 (55.08% from 255 or 56.68% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 140 - color contains mainly: green. Hex color #0C8C5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8C5F is #F373A0. Grayscale: #606060. Windows color (decimal): -15954849 or 6261772. OLE color: 6261772.

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

Color convert

RGB 12 140 95 -
CMYK 0.91 0 0.32 0.45
HSL 158.91º 0.84% 0.3% -
HSV(B) 158.91º 0.91% 0.55% -
XYZ 11.6 19.66 14.01 -
YUV 96.6 127.09 67.66 -
System Red Green Blue C M Y K H S L
Decimal 12 140 95 0.91 0 0.32 0.45 158.91 0.84 0.3
Hex C 8C 5F 5B 0 20 2D 9F 54 1E
Octal 14 214 137 133 0 40 55 237 124 36
Binary 1100 10001100 1011111 1011011 0 100000 101101 10011111 1010100 11110

Color Harmonies of #0C8C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8C5F

Black with #0C8C5F

Text Example


Text Example

White with #0C8C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,140,95); }

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

background-color css

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

 a { background-color: rgb(12,140,95); }

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

border-color css

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

 span { border-color: rgb(12,140,95); }

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