Html Css Color HEX #0D8913 Green

📋 copy color: '#0D8913'

red 13 ◦ green 137 ◦ blue 19

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

Shades of Green #0D8913

Tints of Green #0D8913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 81.07%

 BLUE value IS 19 (7.81% from 255) = 11.24%

R = 7.69%
G = 81.07%
B = 11.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#0D8913 (or 0x0D8913) is known color: Green. HEX triplet: 0D, 89 and 13. RGB value is (13,137,19). Sum of RGB (Red+Green+Blue) = 13+137+19=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 137 (53.91% from 255 or 81.07% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8913 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8913 is #F276EC. Grayscale: #565656. Windows color (decimal): -15890157 or 1280269. OLE color: 1280269.

HSL color Cylindrical-coordinate representation of color #0D8913: hue angle of 122.9º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8913 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 137 19 -
CMYK 0.91 0 0.86 0.46
HSL 122.9º 0.83% 0.29% -
HSV(B) 122.9º 0.91% 0.54% -
XYZ 9.23 18.02 3.61 -
YUV 86.47 89.92 75.59 -
System Red Green Blue C M Y K H S L
Decimal 13 137 19 0.91 0 0.86 0.46 122.9 0.83 0.29
Hex D 89 13 5B 0 56 2E 7B 53 1D
Octal 15 211 23 133 0 126 56 173 123 35
Binary 1101 10001001 10011 1011011 0 1010110 101110 1111011 1010011 11101

Color Harmonies of #0D8913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8913

Black with #0D8913

Text Example


Text Example

White with #0D8913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,137,19); }

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

background-color css

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

 a { background-color: rgb(13,137,19); }

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

border-color css

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

 span { border-color: rgb(13,137,19); }

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