#0C8A65

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

Shades of Elf Green #0C8A65

Tints of Elf Green #0C8A65

Color information

#0C8A65 (or 0x0C8A65) is unknown color: approx Elf Green. HEX triplet: 0C, 8A and 65. RGB value is (12,138,101). Sum of RGB (Red+Green+Blue) = 12+138+101=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 138 (54.30% from 255 or 54.98% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8A65 is #F3759A. Grayscale: #606060. Windows color (decimal): -15955355 or 6654476. OLE color: 6654476.

HSL color Cylindrical-coordinate representation of color #0C8A65: hue angle of 162.38º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8A65 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB12138101-
CMYK0.9100.270.46
HSL162.38º84%29.41%-
HSV(B)162.38º91.3%54.12%-
XYZ11.5919.1915.41-
YUV96.11130.7668.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.78%
GREEN value IS 138 (54.30% from 255) = 54.98%
BLUE value IS 101 (39.84% from 255) = 40.24%
R=4.78%
G=54.98%
B=40.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121381010.9100.270.46162.388429.41
HexC8A655B01B2Ea2541d
Octal142121451330335624212435
Binary1100100010101100101101101101101110111010100010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,138,101); }

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

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

 a { background-color: rgb(12,138,101); }

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

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

 span { border-color: rgb(12,138,101); }

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