Html Css Color HEX #0D9266 Elf Green

📋 copy color: '#0D9266'

red 13 ◦ green 146 ◦ blue 102

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

Shades of Elf Green #0D9266

Tints of Elf Green #0D9266

RGB

 RED value IS 13 (5.47% from 255) = 4.98%

 GREEN value IS 146 (57.42% from 255) = 55.94%

 BLUE value IS 102 (40.23% from 255) = 39.08%

R = 4.98%
G = 55.94%
B = 39.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#0D9266 (or 0x0D9266) is known color: Elf Green. HEX triplet: 0D, 92 and 66. RGB value is (13,146,102). Sum of RGB (Red+Green+Blue) = 13+146+102=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9266 is #F26D99. Grayscale: #656565. Windows color (decimal): -15887770 or 6722061. OLE color: 6722061.

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

Color convert

RGB 13 146 102 -
CMYK 0.91 0 0.30 0.43
HSL 160.15º 0.84% 0.31% -
HSV(B) 160.15º 0.91% 0.57% -
XYZ 12.84 21.6 16.06 -
YUV 101.22 128.44 65.08 -
System Red Green Blue C M Y K H S L
Decimal 13 146 102 0.91 0 0.30 0.43 160.15 0.84 0.31
Hex D 92 66 5B 0 1E 2B A0 54 1F
Octal 15 222 146 133 0 36 53 240 124 37
Binary 1101 10010010 1100110 1011011 0 11110 101011 10100000 1010100 11111

Color Harmonies of #0D9266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9266

Black with #0D9266

Text Example


Text Example

White with #0D9266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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