Html Css Color HEX #12710E Green

📋 copy color: '#12710E'

red 18 ◦ green 113 ◦ blue 14

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

Shades of Green #12710E

Tints of Green #12710E

RGB

 RED value IS 18 (7.42% from 255) = 12.41%

 GREEN value IS 113 (44.53% from 255) = 77.93%

 BLUE value IS 14 (5.86% from 255) = 9.66%

R = 12.41%
G = 77.93%
B = 9.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#12710E (or 0x12710E) is known color: Green. HEX triplet: 12, 71 and 0E. RGB value is (18,113,14). Sum of RGB (Red+Green+Blue) = 18+113+14=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 113 (44.53% from 255 or 77.93% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 113 - color contains mainly: green. Hex color #12710E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12710E is #ED8EF1. Grayscale: #494949. Windows color (decimal): -15568626 or 946450. OLE color: 946450.

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

Color convert

RGB 18 113 14 -
CMYK 0.84 0 0.88 0.56
HSL 117.58º 0.78% 0.25% -
HSV(B) 117.58º 0.88% 0.44% -
XYZ 6.23 11.97 2.4 -
YUV 73.31 94.53 88.55 -
System Red Green Blue C M Y K H S L
Decimal 18 113 14 0.84 0 0.88 0.56 117.58 0.78 0.25
Hex 12 71 E 54 0 58 38 76 4E 19
Octal 22 161 16 124 0 130 70 166 116 31
Binary 10010 1110001 1110 1010100 0 1011000 111000 1110110 1001110 11001

Color Harmonies of #12710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12710E

Black with #12710E

Text Example


Text Example

White with #12710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12710E; }

 p { color: rgb(18,113,14); }

 H1.HeaderClassName
 {
   color: #12710E;
 }
 .AnyTagClassName
 {
   color: #12710E;
 }
</style>

background-color css

<style>
 a { background-color: #12710E; }

 a { background-color: rgb(18,113,14); }

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

border-color css

<style>
 span { border-color: #12710E; }

 span { border-color: rgb(18,113,14); }

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