Html Css Color HEX #0D9265 Elf Green

📋 copy color: '#0D9265'

red 13 ◦ green 146 ◦ blue 101

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

Shades of Elf Green #0D9265

Tints of Elf Green #0D9265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 5%
G = 56.15%
B = 38.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#0D9265 (or 0x0D9265) is known color: Elf Green. HEX triplet: 0D, 92 and 65. RGB value is (13,146,101). Sum of RGB (Red+Green+Blue) = 13+146+101=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9265 is #F26D9A. Grayscale: #656565. Windows color (decimal): -15887771 or 6656525. OLE color: 6656525.

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

Color convert

RGB 13 146 101 -
CMYK 0.91 0 0.31 0.43
HSL 159.7º 0.84% 0.31% -
HSV(B) 159.7º 0.91% 0.57% -
XYZ 12.79 21.58 15.8 -
YUV 101.1 127.94 65.16 -
System Red Green Blue C M Y K H S L
Decimal 13 146 101 0.91 0 0.31 0.43 159.7 0.84 0.31
Hex D 92 65 5B 0 1F 2B A0 54 1F
Octal 15 222 145 133 0 37 53 240 124 37
Binary 1101 10010010 1100101 1011011 0 11111 101011 10100000 1010100 11111

Color Harmonies of #0D9265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9265

Black with #0D9265

Text Example


Text Example

White with #0D9265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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