Html Css Color HEX #12820A Green

📋 copy color: '#12820A'

red 18 ◦ green 130 ◦ blue 10

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

Shades of Green #12820A

Tints of Green #12820A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.33%

R = 11.39%
G = 82.28%
B = 6.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#12820A (or 0x12820A) is known color: Green. HEX triplet: 12, 82 and 0A. RGB value is (18,130,10). Sum of RGB (Red+Green+Blue) = 18+130+10=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 130 (51.17% from 255 or 82.28% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 130 - color contains mainly: green. Hex color #12820A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12820A is #ED7DF5. Grayscale: #535353. Windows color (decimal): -15564278 or 688658. OLE color: 688658.

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

Color convert

RGB 18 130 10 -
CMYK 0.86 0 0.92 0.49
HSL 116º 0.86% 0.27% -
HSV(B) 116º 0.92% 0.51% -
XYZ 8.29 16.12 2.96 -
YUV 82.83 86.89 81.76 -
System Red Green Blue C M Y K H S L
Decimal 18 130 10 0.86 0 0.92 0.49 116 0.86 0.27
Hex 12 82 A 56 0 5C 31 74 56 1B
Octal 22 202 12 126 0 134 61 164 126 33
Binary 10010 10000010 1010 1010110 0 1011100 110001 1110100 1010110 11011

Color Harmonies of #12820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12820A

Black with #12820A

Text Example


Text Example

White with #12820A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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