Html Css Color HEX #12640C Green

📋 copy color: '#12640C'

red 18 ◦ green 100 ◦ blue 12

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

Shades of Green #12640C

Tints of Green #12640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 76.92%

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

R = 13.85%
G = 76.92%
B = 9.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#12640C (or 0x12640C) is known color: Green. HEX triplet: 12, 64 and 0C. RGB value is (18,100,12). Sum of RGB (Red+Green+Blue) = 18+100+12=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 100 (39.45% from 255 or 76.92% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 100 - color contains mainly: green. Hex color #12640C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12640C is #ED9BF3. Grayscale: #414141. Windows color (decimal): -15571956 or 812050. OLE color: 812050.

HSL color Cylindrical-coordinate representation of color #12640C: hue angle of 115.91º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12640C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 100 12 -
CMYK 0.82 0 0.88 0.61
HSL 115.91º 0.79% 0.22% -
HSV(B) 115.91º 0.88% 0.39% -
XYZ 4.87 9.27 1.88 -
YUV 65.45 97.83 94.16 -
System Red Green Blue C M Y K H S L
Decimal 18 100 12 0.82 0 0.88 0.61 115.91 0.79 0.22
Hex 12 64 C 52 0 58 3D 74 4F 16
Octal 22 144 14 122 0 130 75 164 117 26
Binary 10010 1100100 1100 1010010 0 1011000 111101 1110100 1001111 10110

Color Harmonies of #12640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12640C

Black with #12640C

Text Example


Text Example

White with #12640C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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