#0D926A

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

Shades of Elf Green #0D926A

Tints of Elf Green #0D926A

Color information

#0D926A (or 0x0D926A) is unknown color: approx Elf Green. HEX triplet: 0D, 92 and 6A. RGB value is (13,146,106). Sum of RGB (Red+Green+Blue) = 13+146+106=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #0D926A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D926A is #F26D95. Grayscale: #656565. Windows color (decimal): -15887766 or 6984205. OLE color: 6984205.

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

Color convert

RGB13146106-
CMYK0.9100.270.43
HSL161.95º83.65%31.18%-
HSV(B)161.95º91.1%57.25%-
XYZ13.0521.6817.13-
YUV101.67130.4464.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.91%
GREEN value IS 146 (57.42% from 255) = 55.09%
BLUE value IS 106 (41.80% from 255) = 40%
R=4.91%
G=55.09%
B=40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131461060.9100.270.43161.9583.6531.18
HexD926A5B01B2Ba2541f
Octal152221521330335324212437
Binary1101100100101101010101101101101110101110100010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,146,106); }

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

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

 a { background-color: rgb(13,146,106); }

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

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

 span { border-color: rgb(13,146,106); }

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