Html Css Color HEX #12700F Green

📋 copy color: '#12700F'

red 18 ◦ green 112 ◦ blue 15

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

Shades of Green #12700F

Tints of Green #12700F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.34%

R = 12.41%
G = 77.24%
B = 10.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#12700F (or 0x12700F) is known color: Green. HEX triplet: 12, 70 and 0F. RGB value is (18,112,15). Sum of RGB (Red+Green+Blue) = 18+112+15=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #12700F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12700F is #ED8FF0. Grayscale: #494949. Windows color (decimal): -15568881 or 1011730. OLE color: 1011730.

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

Color convert

RGB 18 112 15 -
CMYK 0.84 0 0.87 0.56
HSL 118.14º 0.76% 0.25% -
HSV(B) 118.14º 0.87% 0.44% -
XYZ 6.13 11.75 2.4 -
YUV 72.84 95.36 88.89 -
System Red Green Blue C M Y K H S L
Decimal 18 112 15 0.84 0 0.87 0.56 118.14 0.76 0.25
Hex 12 70 F 54 0 57 38 76 4C 19
Octal 22 160 17 124 0 127 70 166 114 31
Binary 10010 1110000 1111 1010100 0 1010111 111000 1110110 1001100 11001

Color Harmonies of #12700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12700F

Black with #12700F

Text Example


Text Example

White with #12700F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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