Html Css Color HEX #0D8813 Green

📋 copy color: '#0D8813'

red 13 ◦ green 136 ◦ blue 19

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

Shades of Green #0D8813

Tints of Green #0D8813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 80.95%

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

R = 7.74%
G = 80.95%
B = 11.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#0D8813 (or 0x0D8813) is known color: Green. HEX triplet: 0D, 88 and 13. RGB value is (13,136,19). Sum of RGB (Red+Green+Blue) = 13+136+19=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 136 (53.52% from 255 or 80.95% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 136 - color contains mainly: green. Hex color #0D8813 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8813 is #F277EC. Grayscale: #565656. Windows color (decimal): -15890413 or 1280013. OLE color: 1280013.

HSL color Cylindrical-coordinate representation of color #0D8813: hue angle of 122.93º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8813 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 136 19 -
CMYK 0.90 0 0.86 0.47
HSL 122.93º 0.83% 0.29% -
HSV(B) 122.93º 0.9% 0.53% -
XYZ 9.09 17.74 3.56 -
YUV 85.89 90.25 76.01 -
System Red Green Blue C M Y K H S L
Decimal 13 136 19 0.90 0 0.86 0.47 122.93 0.83 0.29
Hex D 88 13 5A 0 56 2F 7B 53 1D
Octal 15 210 23 132 0 126 57 173 123 35
Binary 1101 10001000 10011 1011010 0 1010110 101111 1111011 1010011 11101

Color Harmonies of #0D8813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8813

Black with #0D8813

Text Example


Text Example

White with #0D8813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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