Html Css Color HEX #0D850F Green

📋 copy color: '#0D850F'

red 13 ◦ green 133 ◦ blue 15

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

Shades of Green #0D850F

Tints of Green #0D850F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 82.61%

 BLUE value IS 15 (6.25% from 255) = 9.32%

R = 8.07%
G = 82.61%
B = 9.32%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#0D850F (or 0x0D850F) is known color: Green. HEX triplet: 0D, 85 and 0F. RGB value is (13,133,15). Sum of RGB (Red+Green+Blue) = 13+133+15=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 133 (52.34% from 255 or 82.61% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 133 - color contains mainly: green. Hex color #0D850F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D850F is #F27AF0. Grayscale: #545454. Windows color (decimal): -15891185 or 1017101. OLE color: 1017101.

HSL color Cylindrical-coordinate representation of color #0D850F: hue angle of 121º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D850F is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 133 15 -
CMYK 0.90 0 0.89 0.48
HSL 121º 0.82% 0.29% -
HSV(B) 121º 0.9% 0.52% -
XYZ 8.64 16.9 3.26 -
YUV 83.67 89.24 77.59 -
System Red Green Blue C M Y K H S L
Decimal 13 133 15 0.90 0 0.89 0.48 121 0.82 0.29
Hex D 85 F 5A 0 59 30 79 52 1D
Octal 15 205 17 132 0 131 60 171 122 35
Binary 1101 10000101 1111 1011010 0 1011001 110000 1111001 1010010 11101

Color Harmonies of #0D850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D850F

Black with #0D850F

Text Example


Text Example

White with #0D850F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,133,15); }

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

background-color css

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

 a { background-color: rgb(13,133,15); }

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

border-color css

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

 span { border-color: rgb(13,133,15); }

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