Html Css Color HEX #0D7F10 Green

📋 copy color: '#0D7F10'

red 13 ◦ green 127 ◦ blue 16

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

Shades of Green #0D7F10

Tints of Green #0D7F10

RGB

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

 GREEN value IS 127 (50% from 255) = 81.41%

 BLUE value IS 16 (6.64% from 255) = 10.26%

R = 8.33%
G = 81.41%
B = 10.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#0D7F10 (or 0x0D7F10) is known color: Green. HEX triplet: 0D, 7F and 10. RGB value is (13,127,16). Sum of RGB (Red+Green+Blue) = 13+127+16=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 127 (50% from 255 or 81.41% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7F10 is #F280EF. Grayscale: #505050. Windows color (decimal): -15892720 or 1081101. OLE color: 1081101.

HSL color Cylindrical-coordinate representation of color #0D7F10: hue angle of 121.58º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7F10 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 13 127 16 -
CMYK 0.90 0 0.87 0.50
HSL 121.58º 0.81% 0.27% -
HSV(B) 121.58º 0.9% 0.5% -
XYZ 7.85 15.3 3.03 -
YUV 80.26 91.73 80.03 -
System Red Green Blue C M Y K H S L
Decimal 13 127 16 0.90 0 0.87 0.50 121.58 0.81 0.27
Hex D 7F 10 5A 0 57 32 7A 51 1B
Octal 15 177 20 132 0 127 62 172 121 33
Binary 1101 1111111 10000 1011010 0 1010111 110010 1111010 1010001 11011

Color Harmonies of #0D7F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7F10

Black with #0D7F10

Text Example


Text Example

White with #0D7F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,127,16); }

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

background-color css

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

 a { background-color: rgb(13,127,16); }

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

border-color css

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

 span { border-color: rgb(13,127,16); }

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