Html Css Color HEX #0D9063 Elf Green

📋 copy color: '#0D9063'

red 13 ◦ green 144 ◦ blue 99

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

Shades of Elf Green #0D9063

Tints of Elf Green #0D9063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.25%

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 5.08%
G = 56.25%
B = 38.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#0D9063 (or 0x0D9063) is known color: Elf Green. HEX triplet: 0D, 90 and 63. RGB value is (13,144,99). Sum of RGB (Red+Green+Blue) = 13+144+99=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #0D9063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9063 is #F26F9C. Grayscale: #636363. Windows color (decimal): -15888285 or 6524941. OLE color: 6524941.

HSL color Cylindrical-coordinate representation of color #0D9063: hue angle of 159.39º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9063 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 144 99 -
CMYK 0.91 0 0.31 0.44
HSL 159.39º 0.83% 0.31% -
HSV(B) 159.39º 0.91% 0.56% -
XYZ 12.39 20.93 15.19 -
YUV 99.7 127.6 66.16 -
System Red Green Blue C M Y K H S L
Decimal 13 144 99 0.91 0 0.31 0.44 159.39 0.83 0.31
Hex D 90 63 5B 0 1F 2C 9F 53 1F
Octal 15 220 143 133 0 37 54 237 123 37
Binary 1101 10010000 1100011 1011011 0 11111 101100 10011111 1010011 11111

Color Harmonies of #0D9063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9063

Black with #0D9063

Text Example


Text Example

White with #0D9063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,144,99); }

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

background-color css

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

 a { background-color: rgb(13,144,99); }

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

border-color css

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

 span { border-color: rgb(13,144,99); }

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