Html Css Color HEX #12710C Green

📋 copy color: '#12710C'

red 18 ◦ green 113 ◦ blue 12

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

Shades of Green #12710C

Tints of Green #12710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.39%

R = 12.59%
G = 79.02%
B = 8.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#12710C (or 0x12710C) is known color: Green. HEX triplet: 12, 71 and 0C. RGB value is (18,113,12). Sum of RGB (Red+Green+Blue) = 18+113+12=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 113 (44.53% from 255 or 79.02% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 113 - color contains mainly: green. Hex color #12710C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12710C is #ED8EF3. Grayscale: #494949. Windows color (decimal): -15568628 or 815378. OLE color: 815378.

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

Color convert

RGB 18 113 12 -
CMYK 0.84 0 0.89 0.56
HSL 116.44º 0.81% 0.25% -
HSV(B) 116.44º 0.89% 0.44% -
XYZ 6.22 11.97 2.33 -
YUV 73.08 93.53 88.71 -
System Red Green Blue C M Y K H S L
Decimal 18 113 12 0.84 0 0.89 0.56 116.44 0.81 0.25
Hex 12 71 C 54 0 59 38 74 51 19
Octal 22 161 14 124 0 131 70 164 121 31
Binary 10010 1110001 1100 1010100 0 1011001 111000 1110100 1010001 11001

Color Harmonies of #12710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12710C

Black with #12710C

Text Example


Text Example

White with #12710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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