#12630C

Color #12630C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #12630C

Tints of Green #12630C

Color information

#12630C (or 0x12630C) is unknown color: approx Green. HEX triplet: 12, 63 and 0C. RGB value is (18,99,12). Sum of RGB (Red+Green+Blue) = 18+99+12=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 99 (39.06% from 255 or 76.74% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 99 - color contains mainly: green. Hex color #12630C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12630C is #ED9CF3. Grayscale: #414141. Windows color (decimal): -15572212 or 811794. OLE color: 811794.

HSL color Cylindrical-coordinate representation of color #12630C: hue angle of 115.86º degrees, saturation: 0.78, 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 #12630C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB189912-
CMYK0.8200.880.61
HSL115.86º78.38%21.76%-
HSV(B)115.86º87.88%38.82%-
XYZ4.789.081.85-
YUV64.8698.1694.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 99 (39.06% from 255) = 76.74%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=13.95%
G=76.74%
B=9.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899120.8200.880.61115.8678.3821.76
Hex1263C520583D744e16
Octal221431412201307516411626
Binary10010110001111001010010010110001111011110100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12630C;
 }
 .AnyTagClassName
 {
   color: #12630C;
 }
</style>
background-color css

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

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

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

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

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

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