#0C8D5F

Color #0C8D5F Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #0C8D5F

Tints of Elf Green #0C8D5F

Color information

#0C8D5F (or 0x0C8D5F) is unknown color: approx Elf Green. HEX triplet: 0C, 8D and 5F. RGB value is (12,141,95). Sum of RGB (Red+Green+Blue) = 12+141+95=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #0C8D5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8D5F is #F372A0. Grayscale: #616161. Windows color (decimal): -15954593 or 6262028. OLE color: 6262028.

HSL color Cylindrical-coordinate representation of color #0C8D5F: hue angle of 158.6º 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 #0C8D5F is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1214195-
CMYK0.9100.330.45
HSL158.6º84.31%30%-
HSV(B)158.6º91.49%55.29%-
XYZ11.7419.9514.06-
YUV97.18126.7667.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.84%
GREEN value IS 141 (55.47% from 255) = 56.85%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=4.84%
G=56.85%
B=38.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12141950.9100.330.45158.684.3130
HexC8D5F5B0212D9f541e
Octal142151371330415523712436
Binary11001000110110111111011011010000110110110011111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C8D5F;
 }
 .AnyTagClassName
 {
   color: #0C8D5F;
 }
</style>
background-color css

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

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

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

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

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

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