Html Css Color HEX #12820E Green

📋 copy color: '#12820E'

red 18 ◦ green 130 ◦ blue 14

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

Shades of Green #12820E

Tints of Green #12820E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 80.25%

 BLUE value IS 14 (5.86% from 255) = 8.64%

R = 11.11%
G = 80.25%
B = 8.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#12820E (or 0x12820E) is known color: Green. HEX triplet: 12, 82 and 0E. RGB value is (18,130,14). Sum of RGB (Red+Green+Blue) = 18+130+14=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 130 (51.17% from 255 or 80.25% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 130 - color contains mainly: green. Hex color #12820E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12820E is #ED7DF1. Grayscale: #535353. Windows color (decimal): -15564274 or 950802. OLE color: 950802.

HSL color Cylindrical-coordinate representation of color #12820E: hue angle of 117.93º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12820E is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 14 -
CMYK 0.86 0 0.89 0.49
HSL 117.93º 0.81% 0.28% -
HSV(B) 117.93º 0.89% 0.51% -
XYZ 8.31 16.13 3.09 -
YUV 83.29 88.89 81.43 -
System Red Green Blue C M Y K H S L
Decimal 18 130 14 0.86 0 0.89 0.49 117.93 0.81 0.28
Hex 12 82 E 56 0 59 31 76 51 1C
Octal 22 202 16 126 0 131 61 166 121 34
Binary 10010 10000010 1110 1010110 0 1011001 110001 1110110 1010001 11100

Color Harmonies of #12820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12820E

Black with #12820E

Text Example


Text Example

White with #12820E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12820E; }

 p { color: rgb(18,130,14); }

 H1.HeaderClassName
 {
   color: #12820E;
 }
 .AnyTagClassName
 {
   color: #12820E;
 }
</style>

background-color css

<style>
 a { background-color: #12820E; }

 a { background-color: rgb(18,130,14); }

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

border-color css

<style>
 span { border-color: #12820E; }

 span { border-color: rgb(18,130,14); }

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