Html Css Color HEX #0D700A Green

📋 copy color: '#0D700A'

red 13 ◦ green 112 ◦ blue 10

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

Shades of Green #0D700A

Tints of Green #0D700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 82.96%

 BLUE value IS 10 (4.3% from 255) = 7.41%

R = 9.63%
G = 82.96%
B = 7.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#0D700A (or 0x0D700A) is known color: Green. HEX triplet: 0D, 70 and 0A. RGB value is (13,112,10). Sum of RGB (Red+Green+Blue) = 13+112+10=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 112 (44.14% from 255 or 82.96% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 112 - color contains mainly: green. Hex color #0D700A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D700A is #F28FF5. Grayscale: #474747. Windows color (decimal): -15896566 or 684045. OLE color: 684045.

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

Color convert

RGB 13 112 10 -
CMYK 0.88 0 0.91 0.56
HSL 118.24º 0.84% 0.24% -
HSV(B) 118.24º 0.91% 0.44% -
XYZ 6.01 11.7 2.23 -
YUV 70.77 93.7 86.79 -
System Red Green Blue C M Y K H S L
Decimal 13 112 10 0.88 0 0.91 0.56 118.24 0.84 0.24
Hex D 70 A 58 0 5B 38 76 54 18
Octal 15 160 12 130 0 133 70 166 124 30
Binary 1101 1110000 1010 1011000 0 1011011 111000 1110110 1010100 11000

Color Harmonies of #0D700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D700A

Black with #0D700A

Text Example


Text Example

White with #0D700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,112,10); }

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

background-color css

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

 a { background-color: rgb(13,112,10); }

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

border-color css

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

 span { border-color: rgb(13,112,10); }

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