Html Css Color HEX #12840C Green

📋 copy color: '#12840C'

red 18 ◦ green 132 ◦ blue 12

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

Shades of Green #12840C

Tints of Green #12840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 81.48%

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

R = 11.11%
G = 81.48%
B = 7.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#12840C (or 0x12840C) is known color: Green. HEX triplet: 12, 84 and 0C. RGB value is (18,132,12). Sum of RGB (Red+Green+Blue) = 18+132+12=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 132 (51.95% from 255 or 81.48% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 132 - color contains mainly: green. Hex color #12840C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12840C is #ED7BF3. Grayscale: #545454. Windows color (decimal): -15563764 or 820242. OLE color: 820242.

HSL color Cylindrical-coordinate representation of color #12840C: hue angle of 117º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12840C is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 12 -
CMYK 0.86 0 0.91 0.48
HSL 117º 0.83% 0.28% -
HSV(B) 117º 0.91% 0.52% -
XYZ 8.57 16.66 3.11 -
YUV 84.23 87.23 80.76 -
System Red Green Blue C M Y K H S L
Decimal 18 132 12 0.86 0 0.91 0.48 117 0.83 0.28
Hex 12 84 C 56 0 5B 30 75 53 1C
Octal 22 204 14 126 0 133 60 165 123 34
Binary 10010 10000100 1100 1010110 0 1011011 110000 1110101 1010011 11100

Color Harmonies of #12840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12840C

Black with #12840C

Text Example


Text Example

White with #12840C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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