Html Css Color HEX #12620C Green

📋 copy color: '#12620C'

red 18 ◦ green 98 ◦ blue 12

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

Shades of Green #12620C

Tints of Green #12620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 76.56%

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

R = 14.06%
G = 76.56%
B = 9.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#12620C (or 0x12620C) is known color: Green. HEX triplet: 12, 62 and 0C. RGB value is (18,98,12). Sum of RGB (Red+Green+Blue) = 18+98+12=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 98 (38.67% from 255 or 76.56% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 98 - color contains mainly: green. Hex color #12620C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12620C is #ED9DF3. Grayscale: #404040. Windows color (decimal): -15572468 or 811538. OLE color: 811538.

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

Color convert

RGB 18 98 12 -
CMYK 0.82 0 0.88 0.62
HSL 115.81º 0.78% 0.22% -
HSV(B) 115.81º 0.88% 0.38% -
XYZ 4.68 8.89 1.82 -
YUV 64.28 98.5 94.99 -
System Red Green Blue C M Y K H S L
Decimal 18 98 12 0.82 0 0.88 0.62 115.81 0.78 0.22
Hex 12 62 C 52 0 58 3E 74 4E 16
Octal 22 142 14 122 0 130 76 164 116 26
Binary 10010 1100010 1100 1010010 0 1011000 111110 1110100 1001110 10110

Color Harmonies of #12620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12620C

Black with #12620C

Text Example


Text Example

White with #12620C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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