Html Css Color HEX #0D9467 Elf Green

📋 copy color: '#0D9467'

red 13 ◦ green 148 ◦ blue 103

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

Shades of Elf Green #0D9467

Tints of Elf Green #0D9467

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.06%

 BLUE value IS 103 (40.63% from 255) = 39.02%

R = 4.92%
G = 56.06%
B = 39.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#0D9467 (or 0x0D9467) is known color: Elf Green. HEX triplet: 0D, 94 and 67. RGB value is (13,148,103). Sum of RGB (Red+Green+Blue) = 13+148+103=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9467 is #F26B98. Grayscale: #666666. Windows color (decimal): -15887257 or 6788109. OLE color: 6788109.

HSL color Cylindrical-coordinate representation of color #0D9467: hue angle of 160º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9467 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 148 103 -
CMYK 0.91 0 0.30 0.42
HSL 160º 0.84% 0.32% -
HSV(B) 160º 0.91% 0.58% -
XYZ 13.2 22.24 16.43 -
YUV 102.51 128.27 64.16 -
System Red Green Blue C M Y K H S L
Decimal 13 148 103 0.91 0 0.30 0.42 160 0.84 0.32
Hex D 94 67 5B 0 1E 2A A0 54 20
Octal 15 224 147 133 0 36 52 240 124 40
Binary 1101 10010100 1100111 1011011 0 11110 101010 10100000 1010100 100000

Color Harmonies of #0D9467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9467

Black with #0D9467

Text Example


Text Example

White with #0D9467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,148,103); }

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

background-color css

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

 a { background-color: rgb(13,148,103); }

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

border-color css

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

 span { border-color: rgb(13,148,103); }

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