Html Css Color HEX #12700C Green

📋 copy color: '#12700C'

red 18 ◦ green 112 ◦ blue 12

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

Shades of Green #12700C

Tints of Green #12700C

RGB

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

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

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

R = 12.68%
G = 78.87%
B = 8.45%

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

#12700C (or 0x12700C) is known color: Green. HEX triplet: 12, 70 and 0C. RGB value is (18,112,12). Sum of RGB (Red+Green+Blue) = 18+112+12=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 112 (44.14% from 255 or 78.87% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 112 - color contains mainly: green. Hex color #12700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12700C is #ED8FF3. Grayscale: #484848. Windows color (decimal): -15568884 or 815122. OLE color: 815122.

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

Color convert

RGB 18 112 12 -
CMYK 0.84 0 0.89 0.56
HSL 116.4º 0.81% 0.24% -
HSV(B) 116.4º 0.89% 0.44% -
XYZ 6.11 11.74 2.29 -
YUV 72.49 93.86 89.13 -
System Red Green Blue C M Y K H S L
Decimal 18 112 12 0.84 0 0.89 0.56 116.4 0.81 0.24
Hex 12 70 C 54 0 59 38 74 51 18
Octal 22 160 14 124 0 131 70 164 121 30
Binary 10010 1110000 1100 1010100 0 1011001 111000 1110100 1010001 11000

Color Harmonies of #12700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12700C

Black with #12700C

Text Example


Text Example

White with #12700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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