Html Css Color HEX #12700D Green

📋 copy color: '#12700D'

red 18 ◦ green 112 ◦ blue 13

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

Shades of Green #12700D

Tints of Green #12700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 12.59%
G = 78.32%
B = 9.09%

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

#12700D (or 0x12700D) is known color: Green. HEX triplet: 12, 70 and 0D. RGB value is (18,112,13). Sum of RGB (Red+Green+Blue) = 18+112+13=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #12700D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12700D is #ED8FF2. Grayscale: #484848. Windows color (decimal): -15568883 or 880658. OLE color: 880658.

HSL color Cylindrical-coordinate representation of color #12700D: hue angle of 116.97º degrees, saturation: 0.79, 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 #12700D is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 13 -
CMYK 0.84 0 0.88 0.56
HSL 116.97º 0.79% 0.25% -
HSV(B) 116.97º 0.88% 0.44% -
XYZ 6.12 11.75 2.33 -
YUV 72.61 94.36 89.05 -
System Red Green Blue C M Y K H S L
Decimal 18 112 13 0.84 0 0.88 0.56 116.97 0.79 0.25
Hex 12 70 D 54 0 58 38 75 4F 19
Octal 22 160 15 124 0 130 70 165 117 31
Binary 10010 1110000 1101 1010100 0 1011000 111000 1110101 1001111 11001

Color Harmonies of #12700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12700D

Black with #12700D

Text Example


Text Example

White with #12700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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